PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
Tree Menu
Hi guys,
Can anyone help me making a tree navigation system? I have a site where I'm allowin
do while conditions
i want to display 6 images in a 2x3 table
now what would be the correct logic to
count that th
mysql select with $_get ?
Hi, i have this code:
Code: // If char id is 0 and character dont exist do:
if ($_GET["id
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.