Fatal error: Call to a member function fetchrow() on a non-object in C:xamppht
okay i have this query and everytime i add `item_id`=? to it... it gives me the error in the title..
Estimations and Effort
HI Gurus,
Would like to know whether SAP have a provision for carrying out the Project es
IF STATEMENT HELP
Hi
i have created a calendar from a table:
Code: Calendar: October 2009
<table w
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
Array help
Hello i got this code to fetch data from database but it is not working it displays
7
Array
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
Help with syntax
Hi all!
The $bridge variable is not getting passed while it is contained in the line below:
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have