8,966 Posted Topics

Member Avatar for sathish_nadu
Member Avatar for Farouq21
Member Avatar for diafol
0
288
Member Avatar for coder91

[IIS and PHP](http://php.iis.net/) is possible. If you want data driven websites then you'll need to install SQL Server too. Another option can be WAMP or XAMPP which use Apache and MySQL.

Member Avatar for diafol
0
208
Member Avatar for kantigniter

For some reason the variable in line 17 contains an array. Debug that value to see if it's set and read correctly.

Member Avatar for cereal
0
5K
Member Avatar for NitsPatel

There are [plugins](http://www.opencart.com/index.php?route=extension/extension&filter_license=0&filter_search=friendly%20url's) available.

Member Avatar for arunmagar
0
172
Member Avatar for ManthanB

Here's [one](http://www.codeproject.com/Articles/32274/How-To-Convert-PDF-to-Image-Using-Ghostscript-API).

Member Avatar for ManthanB
0
488
Member Avatar for Violet_82
Member Avatar for Violet_82
1
250
Member Avatar for Dewise
Member Avatar for Dani

You are probably using a variable somewhere with a null value, or indexing on an empty string. Check out the last user comment [here](http://php.net/manual/en/function.is-string.php).

Member Avatar for pritaeas
0
205
Member Avatar for adeeb.keyaam
Member Avatar for oomotayo
Member Avatar for Violet_82

> how do I remove the drawChart() from inside the google script Are you sure this is necessary? Even though it gets drawn, wouldn't the second call to the draw just overwrite the graph correctly?

Member Avatar for Violet_82
1
621
Member Avatar for ses03

Make your input's float left with CSS and they will automatically fill your container horizontally (if that's what you mean).

Member Avatar for ses03
0
134
Member Avatar for pwolf

Looks okay on first glance. Hard to tell without the requirements though. Next time please just attach the image, most people won't download a zip file.

Member Avatar for pwolf
0
166
Member Avatar for jacob21

http://stackoverflow.com/questions/9702643/mysql-vs-mongodb-1000-reads The accepted answer explains it well. It all depends on what you're doing with it. If you're using it to store/retrieve a lot of (large) files, use Mongo.

Member Avatar for pritaeas
0
246
Member Avatar for McLaren

I don't mind the fact that you're using `6` instead of `length`, but since it's a magic number (that could be used elsewhere in your code), make it a constant with a clear name.

Member Avatar for McLaren
0
184
Member Avatar for pearl doll
Member Avatar for UK-1991
Member Avatar for diafol
0
688
Member Avatar for brandon66
Member Avatar for brandon66
0
158
Member Avatar for polashdeb

Google turned up with this: http://coolbloke13245.wordpress.com/tag/bmi-js/

Member Avatar for polashdeb
0
99
Member Avatar for skliz

Acceptable values are described [here](http://dev.mysql.com/doc/refman/5.7/en/datetime.html).

Member Avatar for annaharris
0
214
Member Avatar for malathim
Member Avatar for okundi
Member Avatar for pritaeas
0
58
Member Avatar for Nirmeen Ased

If you want to change the second select without a page refresh, then that's a Javascript issue. You'll need some AJAX code to retrieve the matching list, and a PHP script to provide that. See this [code snippet](http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-)

Member Avatar for paulkd
0
233
Member Avatar for Lucaci Andrew

Does this default to the community center? If so, it will introduce a lot of threads that need to be moved.

Member Avatar for ndeniche
0
472
Member Avatar for eburlea
Member Avatar for pritaeas
0
187
Member Avatar for UKnod
Member Avatar for UKnod
0
93
Member Avatar for furalise

It's just a (different) standard. Read more here: http://www.webstandards.org/learn/articles/askw3c/oct2003/

Member Avatar for furalise
0
259
Member Avatar for mattster

Don't see any mention on their site (unless I'm on the wrong one), but why don't you ask a sales rep, or post in their forum?

Member Avatar for pritaeas
0
171
Member Avatar for Dani

Not sure for point 1, but am happy with the class found [here](http://www.askaboutphp.com/63/google-analytics-api-class-for-php.html).

Member Avatar for davidkroj
0
125
Member Avatar for agthon
Member Avatar for SirMahlon
Member Avatar for SirMahlon
0
5K
Member Avatar for adeeb.keyaam
Member Avatar for Santosh Bajjuri

http://www.daniweb.com/web-development/php/threads/450707/where-to-start That thread may help.

Member Avatar for Webville312
0
155
Member Avatar for krunal1986

http://msdn.microsoft.com/en-us/library/ms190273.aspx ALTER TABLE [table] ALTER COLUMN [column] BINARY(16)

Member Avatar for pritaeas
0
320
Member Avatar for Gobroski

What have you got so far? A `switch` is a `case of`, Delphi uses dot notation instead of the arrow, and `:=` for assignments.

Member Avatar for Gobroski
0
592
Member Avatar for Zagga
Member Avatar for mpc123

It's a shame you use tabs. If you use comma's instead you'd be able to use `FIND_IN_SET()` (assuming you use MySQL).

Member Avatar for mpc123
0
155
Member Avatar for johnny.lhc.9

Apparently your server has safe_mode enabled, thus disabling the use of that particular function. If this is on a shared host, I doubt there's a way to enable it. Contact your host.

Member Avatar for johnny.lhc.9
0
259
Member Avatar for arunpawar

> Is this a right approach ? Yes. But `userid` in the `users` table is not necessary. `posts.userid` should point to `users.id`. You can make it a foreign key if you like. > Also I am thinking about making procedural way of accessing data with mysqli. Is there anything wrong …

Member Avatar for pritaeas
0
202
Member Avatar for webdevstudent
Member Avatar for webdevstudent
0
109
Member Avatar for Stuugie

It's just a folder called "Favourites" in your user folder. You can access and copy/zip it using Windows Explorer.

Member Avatar for Stuugie
0
73
Member Avatar for fheppell

There are code snippets in the PHP forum showing you how. Preferably the one using MySQLi or PDO.

Member Avatar for minitauros
0
242
Member Avatar for Harmeets

After enabling the extension you may have to restart Apache. If it still doesn't work, check your error logs.

Member Avatar for pritaeas
0
100
Member Avatar for |-|x

> How would you approach a solution to this problem? I'd try to find out what the reason is of opening your site in multiple tabs first.

Member Avatar for pritaeas
1
150
Member Avatar for kumar89hitesh
Member Avatar for BMXDad
0
159
Member Avatar for mdemetri2

On line 38 you'll need something like this, assuming `user_type` is an integer column in your table: $row = mysql_fetch_assoc($result); switch ($row['user_type']) { case 1: header(); break; case 2: header(); break; // etcetera }

Member Avatar for Webville312
0
2K
Member Avatar for UKnod

SELECT * FROM tblContacts WHERE ContactID IN (353,1520,2031) Order by ContactID Should be the right syntax. Do you get an error? No results? What database?

Member Avatar for pritaeas
0
130
Member Avatar for skliz
Member Avatar for Octet

Made me curious, so I signed up. Funny to see they take the questions only, no answers. Just saw a post appear there, right after it was added in the PHP forum here. Makes me wonder what happens if I post a new question here. Too bad they don't support …

Member Avatar for diafol
1
316

The End.