Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so
Time-based image rotation script
I'm trying to write a PHP script that rotates an image based on what time of day it is. I want the
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
Is it possible to stop reservation creation in PM Order?
Hi All,
Is it possible to stop reservation creation in PM Order?
Thanks in adv
Remove directories not empty
hi,
i have an array that contains some names (1,4,6,56...). Every integer is a name of a folder.<
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wor
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
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s