Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Remote Database Access
Hey guys!!
OK, i'm used to only working with databases from the CPANEL, accessing phpMyAdmin
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
phph within href not showing php if change ? to &
Code: [Select]<a href="<?php echo $puser; ?>?m=<?php=(($m-1)&l
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
Error with login script
I am getting an error with my login script:
Error:
Code: Warning: Cannot modify header inf
user administration
Dear @all,
what I have to do to set the user defaults for new users. At the moment I woul
How to use Ajax to verify data on a DB ?
Hello everyone, well i want to know how to check a value if it exists or not on a Data base and capt