Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
SESSION question
I am building an application , a directory for auctions.
For SEO i made a script which copies a p
Mail functionality from localhost to server
Hi
I am facing problem of mail functionality.
When i tested mail functionality in my
Recording popularity by day, week.. all time?
Hey everyone, I'm creating a site designed around users uploading music. How can I implement a syste
Show message after entering data
Hello Colleagues
I would like to display messages after entering the data example: "
dat
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
comparing tables across databases sql refinement ideas required
Hi all
Via pl/sql I need to ensure that data between tables in different databases match
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?