IMAGE - SERVER SIDE scripting help...
How to receive pixel data of an image and buid a bitmap file on the server using the HTTP POST metho
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Linking with Foreign Keys
I have been getting an erro when I try and link:
create table Faculty_Specialty (I_Name v
PHP mail() returns true but doesn't work
First off I apologize if this is a newbie question, and I generally don't like asking questions that
How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni
Create or replace package is ending ORA-21700
Database 9.2.0., patch 8 (9.2.0.8.0).
I trying run
create or replace package ....etc.
Display search result
Hi!
I have a SQL database with information about albums and track (music).
This is wh
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "
session variable problem
Session variable is not working in Fire fox i am getting null value but it is working fine in IE.