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
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
question about n
I was looking at some of the things you could do with php and one of the things I have tried is n.<
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.
But
I think i'm using the syntax incorrectly
Hi Everyone!
I'm new to this forum and a newbie with PHP - I'm glad I found this site - I hop
New Login Script
Hi all, i attempted to create a whole new login script witch isnt working for some reason i dont kno
Need Reporting Advice
My SQL server doesn't support MS SQL reporting services that comes with SQL Enterprise or Express. T
Problems with returning true or false in eval()'d code
Hi guys,
Would appreciate some help with a problem when running eval() on a function that sho