$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Help Ordering Arrays
Hi, I have 3 arrays as shown below.
Code: $users = $this->get_latest_users();
$flir
Creating web pages by php
Hello again,
I was just wondering us there a way to use a php script to create a new web page. I
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Extracting URL pointer within XML tag
Hi.
I'm trying to extract text between two quotation marks in XML. For example, I want to ex
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
Multiple server callbacks (NOT POSTBACKS)
Hello,
I have 2 different javascript client side functions that are on timers. When the timers elap
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu