SESSION question
I am building an application , a directory for auctions.
For SEO i made a script which copies a p
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
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
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
C++ API to Oracle dB
I need to perform a select command to the Oracle dB to obtain information from a table.
What libr
PHP & Images [Resize, Crop, Save]
Hey! Well I have a little dilema, hoping I could find some guidance.
I have a CMS and on the
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
Filename and Line Number Custom Error
I have a class, with a method that accepts 2 parameters. I would like to output error messages.