IP Logger for Voting Script
Can anybody help me place an IP logger into my voting script?
I know that maybe it is not as secu
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
UPLOAD IMAGES NOT WORKING!
Hi there i have a upload script in which it uploads the picture to a folder than creates two thumbna
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
If a form submits back to same page do you need to use $get
IM trying to pass page number and year that was selected back to the same page.
i have this c