include function being weird?
I have a very simple system to grab an IP outputted by a PHP file.. (for a project I have) but it ou
Format String help
I have a textbox where a person enters an application number. the application number is 10 characte
Session problem?!?
Hello All! I am very new to the php world but I am working on fixing things that a previous programm
Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
PHP Include not working
The website is http://www.grlistingservices.com
The code block is as follows:
<
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Not Inserting into DB
I can't get my Add new Division form to submit to the database. Anyone see my issue?
Code: &a