FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
Remote Database Access
Hey guys!!
OK, i'm used to only working with databases from the CPANEL, accessing phpMyAdmin
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
problem with sql querry in php script
Hello guys,
What I want to do is I want to read out a csv file and then but te conent ot the
firefox wouldnt stream mp3 files completely from my php page
hi everyone,
I have a php file trying to read and stream mp3 files. It works fine in IE but my pr
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Best way to check for end of a record and send it back to the first record
I'm hoping someone can help me out and explain the best way to accomplish this.
What I'm doin