Loops and Classes
I am making a template system and everything seems to be going well up until I have to loop in a var
Fetching array then reversing it
Hi, I have a simple problem, I'll try to explain it as best I can:
News entries in my database ar
Multidimensional $_POST
Hello
How to get a single array from array of array (2 - dimension).
For example I have a
How to return to a previous page after running a PHP script
I'm having a bit of a melt down here because I think this should be really easy but can't work it ou
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..
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
Users and Groups with PHP Classes
Hi,
I have setup what I hope to be a good working User class. Now I want to introduce group m
trim function issues
Hi guys, total noob here...
So I've been tinkering around with a html and am using php to em
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav