remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
How to make URL loads only on login
On my page, when a user login he's redirects to user_home.php. I made it also to open the chat scree
array & querys help/advice.
Ok so here goes , I have a mysql database and basically here's what I need to do.
// foreach
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know
How do i use vars in an array
Hiya peeps!
How do I use a var in an array. You will see $id but it isnt working.
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
PHP form help required
Hi all! Apologies in advance for having to message the forum for help. I know you must get a lot of
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical