Started 3 weeks, 2 days ago (2009-12-04 09:16:00)
by healdem
sorry I can't help as I would never store images inside a db, merely the path to the image. however you may be able to find help here
Started 3 weeks, 5 days ago (2009-12-02 02:26:00)
by sql2000
Hi Guys,
I have written a search page in php. When i run it it shows an error as
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\
Apache Group\Apache2\htdocs\Search_ex\sea.php on line 28
My script is
PHP Code:
<? //This is only displayed if they have submitted the form if ( $searching == "yes"...
Started 11 months ago (2009-01-26 16:43:00)
by ramanay Registered User
Hi Jeepin,
I ran into a similar problem using the row_number and upper together. Could you please suggest how you solved it.
Thanks
-R
Started 4 weeks, 1 day ago (2009-11-29 06:22:00)
by bono56 bono56 is offline Registered User
hi
i wonder how sites likes imdb pass variables in address body (not as a variable in
query string).
for example:
www.imdb.com/title/tt0804503/
not:
www.imdb.com/title?id=tt0804503
can someone describe here how can i use this method?
Started 1 month, 3 weeks ago (2009-11-05 03:14:00)
by healdem
have you checked that the SQL returns anything
hace you checked the MYSQL_ERRNO and/or MYSQL_ERROR functions
my suspiscion is that you are trying to access the system objects in a MySQL database using syntax / column or table names from an Access/JET database. the system objects in a MySQL db is in a databse called 'information_schema'. I'd suggest you get a copy of a suitable SQL query tool ...
Started 1 month ago (2009-11-22 13:08:00)
by becklery
Hi.
In my opinion, you can refer to the url below:
PHP: header - Manual
Regards,
becklery.
Started 1 month ago (2009-11-21 09:05:00)
by vishal99 vishal99 is offline Registered User
Hi,
I have published a open source guestbook, its based on PHP and mysql backed, and ajax powered
admin panel.
Please check it out here
http://softacme.com/radhikagb/
demo : http://softacme.com/radhikagb/demo/
and admin panel demo : http://softacme.com/radhikagb/demo/admin
user and pass : " Admin "
Hope you like it,
Please give me your feedback.