take a look at the value of ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). upload_tmp_dir = then check the file permissions for that directory in your windows explorer (right-click on drive, properties, security settings/permissions/?) Do the same for yo...
volka got there before me but I also had a play with the code: <?php // no need to select all the fields in the COUNT, in fact if you are only // looking to see if a field exists it might be easier to just do a normal // select on the id field $sql = "SELECT coupon_id FROM valid_for_category w...
hello php friends:) anyone knows how to start a php scriptas a cron job under windows xp??? i used execurl.exe (execurl http://...) but nothing happens... i wrote a .bat file and put it in the task planer!??? any link for help or some ideas? think i could simply get a task running with php.exe;) ope...
The result of a count is allwase 1... Because it gives you back that it has 0 found. You have to check what's the value of the count, not the number of rows that's returned. thought its inverse??? 0 for found nothing!? and i used commandline there is no dat in db, but one of the variable is set to ...
it's me back again:) i've got following problem and don't know the reason for the error??? CODE: $sql_query2 = "SELECT COUNT(*) from valid_for_category where coupon_id='$coupon_id' and p_section_id='$row2[p_section_id]'"; $res2 = mysql_db_query($dbDatabase, $sql_query2, $dbh); if ( mysql_n...
<?php if ($img1_name == "") { ?> <html> <head> <title>Upload a File</title> </head> <!-- Formular: in einem Filepanel kann der Name des lokalen Files angegeben werden, das auf den Server hochgeladen werden soll. --> <body> <h1>Upload a File</h1> <form enctype="multipart/form-data&quo...
buen rollito, is there anybody who knows to change the permissions on windows xp to upload files? THX find something else: <?php if ($img1_name == "") { ?> <html> <head> <title>Upload a File</title> </head> <!-- Formular: in einem Filepanel kann der Name des lokalen Files angegeben werden,...
you have to write a script with move_uploaded_file... like the examples from the forum topic: sorry i don`t know the thread:( search,please...
imo it's the simular problem like fileupload under windows:( do you know a solution for changing permissions like r to rw under unix systems?
cu