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..
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
please fix the error
What is the error in the below code ???
Line number On/Off | Expand/Contract <?php
rookie looking for help coding a CSS form with PHP
I'm trying to figure out how to add PHP code to my xhtml form so that it is a working form embedded
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?