Hi,
Thanks for helping.
Attached are My scripts for an input form and
a script to create different files using the info
from the input form.
Basically, there is an input form.
On t...
I have a project in PHP5, which should be stored in SVN (Subversion) and built with Phing.
What is the best file/directories structure for this? Where can I read an example? Thanks for the ...
OS: Vista
browser:IE 7
I have a web page that starts out with a slide show
I want to return a art galary where the slide show is playing
I'm using a php file to obtain the thumb nail locat...
I have a Linux server running apache with virtual hosting. I'm using the plesk control panel.
I'm trying to find out what user my PHP scripts are running as ?
I would like to allow my lo...
Hi all,
I have included a site search box on my site. What I want to do is for the user to enter keywords and then when they hit the seach button it runs a php script called search.php that...
I have a health realted site and i wish to grab articles the same way as
ebabyhealth.com/articles.html
It would be better if you told me exactly how to do it or the exact script the site ...
I need some help determining if a PHP-based app I've taken over development on is broken (due to either bad code, or a missing server-side component of some king)
The app has an "ADD ITEM" ...
I want to read entire souce code of the page http://www.motohound.co.nz/my_stocklist.asp. The file_exists function tells me that the file doesn't exists. How should I proceed to open this for ...
I am using PHP's mail() function to send e-mails (via PEAR::Mail) and want to be able to detect mis-configuration before presenting the 'send e-mail' form. In other words, detect whether the ...
i basically want:
http://www.mysite.com/xxxxxx?yyy=zzz (query string optional)
to be rewritten as
http://www.mysite.com/xxxxxx.php?yyy=zzz
I need help with UPDATE.
The script is designed to allow visitors to SMS business details to a mobile number.
It limits the number of SMS's per day by 4 (and based upon IP address), and ...
I use the latest PHPMailer class with SMTP turned on. I have a dedicated box with PHP 5 on it and I setup an email on the box, not the host because the box has its own IMAP / POP server. Its r...
I have a site that gets a lot of traffic. I have to include a php file on every page that performs this query
$query = "SELECT E.EvntTitle,E.EvntID,V.VnueName, V.VnueCity, D.DateDate
FROM ...
hello,
at the moment I'm using simpleXML and php...
i'm wanting to develop a simple search engine that will search through my documents saved in docbook xml format.
Each document is a b...
I have a form tith a text field that users put their date of birth into. After they update it, I want to set a hidden field to a calculated value nased on age. I can calc the age, but am uns...
It seems like posix_kill($parent_pid, SIGTERM); should kill the process but instead it throws errors:
PHP Warning: posix_kill() expects parameter 1 to be long, string given in script name ...
I get error at line 161:
Parse error: syntax error, unexpected T_ELSEIF in /home/lprub/public_html/page2.php on line 161
line 161 is: elseif (strval($_POST['radiobutton']) == 'b') {
T...
For ages I have gaily been using mysql_fetch_assoc() to produce output on my webpages and until now have never needed to loop again through the record set. Today I needed to do this and used m...
Hi,
I have got the following problem on production server PHP 4.3.2-40 with ftp_put php command which gives blank page after invoking this command via browser. Randomly there is an output o...
Hi,
I am currently following a tutorial in a book I have purchased to integrate search functionality into my dynamic website using PHP/MySQL.
Here is basically what I have:
I have cr...
I am thinking of developing a website using PHP.
It involves users, accounts and video uploads - but low traffic
For storing of these uploaded videos, would a standard DELL desktop be ad...
Hello I have the following code below with private information removed. The problem is this was working perfectly and suddenly it just stopped. Any reason why this might happen?
The proce...
Hi,
I need to be able to grab the text content of a bunch of PDFs on my server and put this into a MySQL database in order to implement a basic search system. Any pointers?
I guess the P...
I have just got a new dedicated linux server, it has php Version 5.1.6 but GD lib is not enabled, what is the easiest way to get the image support working as I need the server to run php scrip...
I am looking to purchase or download freely a web-based software solution for creating and managing surveys. It has to be run by PHP and the front end needs to be simple and intuitive. I am lo...