Displaying a clickable playername
I am going wrong somewhere with the mysql_query, can someone please put me straight?
$playern
Multiple Dropdown Selections
I have a form that let's a user insert a page with the ability to select categories. I want them to
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in.
Moderator
Matchcode in ALV change header column
Hello everyone,
I am working in an SAP system that is currently in upgrade and conversion
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
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
PHP Array quick help
I need
$_SESSION{'username'} to be like this:
if $_SESSION['username'] = "gay
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)