selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
Curl timeout breaks script
So im having difficulties with skipping timeout error in curl
my script calls different functions
IF Statement & Two Tables With Different Echoes
I'm retrieving two tables in a single query using UNION ALL, like so:
Code: $query = "SE
How can i steam a video on my PHP site? (non YouTube)
Basically I have a PHP site and don't want to give page rank to YouTube. I just want to stream a bas
fwrite error
Hi All,
Does anyone know what is causing the error in this code?
Code: <?
$error
HTML Viewer HIDE scrollbar
How can I disable scrollbars in a HTML Viewer control? I can't hide them. Even i have enough space b
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.
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
DELETE FROM not working deletes wrong row
Hello
I have the following code which i found but it doesnt work properly.. it comes up with
how to get values from $_Post with onchange="form.submit();"?
Hi, I have a form that submit to itself with a file upload field and two other hidden field values.<