Help need please?

Help need please?

am 22.01.2006 10:49:35 von jusa_98

--0-1478756835-1137923375=:37891
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi,

I know this is not PHP/MySQl related but every other board I have posted on I have not got a response, so I'll try here also. I'm missing something basic, surely here so that is another reason I am posting here..

Here goes...

I have two lots of code here, one is for a refreshing text code in Javascript and another is a banner refreshing ad system.

Using similiar technequies.

But I can only get the refreshing text to appear but can't get the ads to work on the one page. :(

But if I add a " in any text area of the text refreshing than the ads system works but the text refreshing don't. But if I remove the " from any text area the text refreshing works but the ads don't. I can't seem to find the problem.

Here is the code(s)

----ads code----






----end ads code----

----text refreshing----




----end of text refreshing----

Any help would be awsome, or solutions?

Jerry



---------------------------------
Do you Yahoo!?
Messenger 7.0: Free worldwide PC to PC calls
--0-1478756835-1137923375=:37891--

Re: Help need please?

am 22.01.2006 22:55:27 von El Bekko

JeRRy wrote:
> Hi,
>
> I know this is not PHP/MySQl related but every other board I have posted on I have not got a response, so I'll try here also. I'm missing something basic, surely here so that is another reason I am posting here..
>
> Here goes...
>
> I have two lots of code here, one is for a refreshing text code in Javascript and another is a banner refreshing ad system.
>
> Using similiar technequies.
>
> But I can only get the refreshing text to appear but can't get the ads to work on the one page. :(
>
> But if I add a " in any text area of the text refreshing than the ads system works but the text refreshing don't. But if I remove the " from any text area the text refreshing works but the ads don't. I can't seem to find the problem.
>
> Here is the code(s)
>
> ----ads code----
>
>


>
>

>

>
> ----end ads code----
>
> ----text refreshing----
>
>
>

>
> ----end of text refreshing----
>
> Any help would be awsome, or solutions?
>
> Jerry
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Messenger 7.0: Free worldwide PC to PC calls

This is not at all PHP related.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Help need please?

am 24.01.2006 07:20:59 von Ross Honniball

Get rid of both your onload= statements and replace with...

window.onload=doboth

Then include the function below...

function doboth() {
changetext();
changead();
}


Not sure what you were getting at regarding the " thing, but I think the browser must just over-ride the previous onload statement when more than one is provided. I'm guessing the " thing you were talking about accidently commented one out and activated the other.

Hope this helps.

Ross



JeRRy wrote:
> Hi,
>
> I know this is not PHP/MySQl related but every other board I have posted on I have not got a response, so I'll try here also. I'm missing something basic, surely here so that is another reason I am posting here..
>
> Here goes...
>
> I have two lots of code here, one is for a refreshing text code in Javascript and another is a banner refreshing ad system.
>
> Using similiar technequies.
>
> But I can only get the refreshing text to appear but can't get the ads to work on the one page. :(
>
> But if I add a " in any text area of the text refreshing than the ads system works but the text refreshing don't. But if I remove the " from any text area the text refreshing works but the ads don't. I can't seem to find the problem.
>
> Here is the code(s)
>
> ----ads code----
>
>


>
>

>

>
> ----end ads code----
>
> ----text refreshing----
>
>
>

>
> ----end of text refreshing----
>
> Any help would be awsome, or solutions?
>
> Jerry
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Messenger 7.0: Free worldwide PC to PC calls

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Help need please?

am 24.01.2006 13:32:25 von jusa_98

--0-1095641554-1138105945=:17144
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi,

Thanks for this, got a few reposnses regarding this.

This seems a more professional approach, I will try this and let you know about it when I do it.

Thanks for your time.

Jerry

Ross Honniball wrote:
Get rid of both your onload= statements and replace with...

window.onload=doboth

Then include the function below...

function doboth() {
changetext();
changead();
}


Not sure what you were getting at regarding the " thing, but I think the browser must just over-ride the previous onload statement when more than one is provided. I'm guessing the " thing you were talking about accidently commented one out and activated the other.

Hope this helps.

Ross



JeRRy wrote:
> Hi,
>
> I know this is not PHP/MySQl related but every other board I have posted on I have not got a response, so I'll try here also. I'm missing something basic, surely here so that is another reason I am posting here..
>
> Here goes...
>
> I have two lots of code here, one is for a refreshing text code in Javascript and another is a banner refreshing ad system.
>
> Using similiar technequies.
>
> But I can only get the refreshing text to appear but can't get the ads to work on the one page. :(
>
> But if I add a " in any text area of the text refreshing than the ads system works but the text refreshing don't. But if I remove the " from any text area the text refreshing works but the ads don't. I can't seem to find the problem.
>
> Here is the code(s)
>
> ----ads code----
>
>
>
> hexinput=255 // Initial color value.
> var inc=-1 //increment variable
> function fadingad(){
> if(hexinput>0) {
> hexinput-=11; // increase color value
> document.getElementById("fader1").style.color="rgb("+hexinpu t+","+hexinput+","+hexinput+")"; // Set color value.
> setTimeout("fadingad()",20);
> }
> else
> hexinput=255 //reset hex value
> }
> function changead(){
> if (!document.getElementById) return
> inc++
> if (inc==0)
> document.getElementById("fader1").innerHTML=""
> else if (inc==1)
> document.getElementById("fader1").innerHTML=""
> else if (inc==2)
> document.getElementById("fader1").innerHTML=""
> else if (inc==3)
> document.getElementById("fader1").innerHTML=""
> else if (inc==4)
> document.getElementById("fader1").innerHTML=""
> else if (inc==5)
> document.getElementById("fader1").innerHTML=""
> else if (inc==6)
> document.getElementById("fader1").innerHTML=""
> else{
> document.getElementById("fader1").innerHTML=""
> inc=-1
> }
> fadingad()
> setTimeout("changead()",4000)
> }
> window.onload=changead
>
>

>
>
> ----end ads code----
>
> ----text refreshing----
>
>
> hexinput=255 // Initial color value.
> var inc=-1 //increment variable
> function fadingtext(){
> if(hexinput>0) {
> hexinput-=11; // increase color value
> document.getElementById("fader").style.color="rgb("+hexinput +","+hexinput+","+hexinput+")"; // Set color value.
> setTimeout("fadingtext()",20);
> }
> else
> hexinput=255 //reset hex value
> }
> function changetext(){
> if (!document.getElementById) return
> inc++
> if (inc==0)
> document.getElementById("fader").innerHTML="Soon to be Released"
> else if (inc==1)
> document.getElementById("fader").innerHTML="What you really need to know about Testing and Tagging"
> else if (inc==2)
> document.getElementById("fader").innerHTML="250 Pages of jam-packed reality testing regimes that will maintain a safer working environment for all"
> else if (inc==3)
> document.getElementById("fader").innerHTML="Learn what's it all about before they come and do it for you - A must read for all Clients, Employers, Electricians and Competent Persons"
> else if (inc==4)
> document.getElementById("fader").innerHTML="Just when you thought you knew what testing and tagging was all about - along comes a book!"
> else if (inc==5)
> document.getElementById("fader").innerHTML="Memberships available"
> else if (inc==6)
> document.getElementById("fader").innerHTML="Are you really doing it right?"
> else{
> document.getElementById("fader").innerHTML="Pre-order and Save"
> inc=-1
> }
> fadingtext()
> setTimeout("changetext()",8000)
> }
> window.onload=changetext
>
>

>
> ----end of text refreshing----
>
> Any help would be awsome, or solutions?
>
> Jerry
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Messenger 7.0: Free worldwide PC to PC calls




---------------------------------
Do you Yahoo!?
Yahoo! News: Get the latest news via video today!
--0-1095641554-1138105945=:17144--

php/sendmail help!

am 07.02.2006 03:22:53 von jusa_98

--0-707950893-1139278973=:36158
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi, I have a form, form results are PUSHED to another page and processed. Files below. (in plain-tet)

Now this is what I want to do:

1) Make all fields required input, but if easy to configure I want to have rules for each textarea. For instance an email address must contain a '@' symbol. Must be at leat 5 character longs and must be in a form of an email address. So if I type you@me it would produce an error, highlighting the error area or display a message at the top of the page. Postcode should contain 4 numbers and numbers only, etc. The only field that can be left blank will be the message area. How do I achieve this? (message regarding this below)

2) I want to add to the form a UNIQUE ID generater. I will add a new hidden form field for this. I need a script called by PHP to generate it. Would include both letters and numbers and be atleast 8 CHARS long.

As for 1) I have tried some javascript but it failed, since I PUSH all field responses to another page. When i add it the submit button fails and does not push the results through. But it produces the error fine, but form is not PUSHED on. So it seems it's lost because of the javascript. So i took it out completely. I think there is a way in PHP to call errors for forms? But anways, here are the files below. Please help, I am on a tight schedule here if anyone can assist me.

file one looks like this: (form.php)










Pre Order Form!

















First Name:

Last Name:

Company:

Unit/House #:

Street Name:

Suburb/Town:

Post Code/Zip:

Phone #:

Email Address:
Country:
Message:














--end--

here is file 2: resultsubmit.php










$to = 'email@domain.com';
$from = 'local@localhost';

//Check if we have something POSTed by the form.
if (isset($HTTP_POST_VARS)){
//Start with an empty body for the mail message
$body = '';
//Iterate through all the POSTed variables, and add them to the message body.
while (list($key, $value) = each($HTTP_POST_VARS)){
$body .= $key . ' = ' . $value . "
";
}
//Build up some nice From/Reply Headers
$headers = "From: $from";
//Mail the message out.
//Requires setting php3.ini sendmail path as per instructions
$success = mail($to, "Posted " . date("m/d/Y"), $body, $headers);
//Always check return codes from functions.
if ($success){
echo "
Please wait... Your request is being processed...!
";
}
else{
echo "
Internal Error: Your input was unprocessed.
Contact $from
";
}
}
?>





--end--


FYI I have changed some email settings and configuration files for security reasons. But as you can see results are pushed to the second file than emailed off, no need for a database or anything. So you should be able to test very easily.

If anyone can help with suggestions or even do the code it would be mostly appreciated, can pay since it's urgent.

Thanks for your time!

J

--0-707950893-1139278973=:36158--

RE: php/sendmail help!

am 07.02.2006 05:56:11 von Bastien Koert

You are in serious need of some regex here...google email regex and you will
have enough results to get you what you want.

Postal Code (assume 2 letters 4 dgits in that order

if (ereg("^[A-Z]{2}{0-9]{4}$",$_POST['postal'])){
...

As for pasting it back to the form, I would suggest you have the form as a
function and the processing code as a function, then you can pass the post
arrays back and forth and pass the error handling along with it

Bastien

>From: JeRRy
>To: php-db@lists.php.net
>Subject: [PHP-DB] php/sendmail help!
>Date: Tue, 7 Feb 2006 13:22:53 +1100 (EST)
>
>Hi, I have a form, form results are PUSHED to another page and processed.
>Files below. (in plain-tet)
>
> Now this is what I want to do:
>
> 1) Make all fields required input, but if easy to configure I want to
>have rules for each textarea. For instance an email address must contain a
>'@' symbol. Must be at leat 5 character longs and must be in a form of an
>email address. So if I type you@me it would produce an error, highlighting
>the error area or display a message at the top of the page. Postcode
>should contain 4 numbers and numbers only, etc. The only field that can be
>left blank will be the message area. How do I achieve this? (message
>regarding this below)
>
> 2) I want to add to the form a UNIQUE ID generater. I will add a new
>hidden form field for this. I need a script called by PHP to generate it.
>Would include both letters and numbers and be atleast 8 CHARS long.
>
> As for 1) I have tried some javascript but it failed, since I PUSH all
>field responses to another page. When i add it the submit button fails and
>does not push the results through. But it produces the error fine, but
>form is not PUSHED on. So it seems it's lost because of the javascript.
>So i took it out completely. I think there is a way in PHP to call errors
>for forms? But anways, here are the files below. Please help, I am on a
>tight schedule here if anyone can assist me.
>
> file one looks like this: (form.php)
>
>
>


>
>
>
>
>

>

>
>

Pre Order Form!


> >BORDER="0">
>
>
>










>

>

>
First Name: >MAXLENGTH="20">

>Last Name:
>MAXLENGTH="25">

>
Company: >MAXLENGTH="25">

>Unit/House #:
>MAXLENGTH="6">

>Street Name:
>MAXLENGTH="25">

>Suburb/Town:
>MAXLENGTH="25">

>Post Code/Zip:
>MAXLENGTH="25">

>Phone #:
>MAXLENGTH="25">

>Email Address:
>MAXLENGTH="25">

>
Country:
Message:
>

>
>
>
>
>
>

>

>
>
>
>
>
>
>--end--
>
> here is file 2: resultsubmit.php
>
>
>
>
>
>
>
>

>

>
> > $to = 'email@domain.com';
> $from = 'local@localhost';
>
> //Check if we have something POSTed by the form.
> if (isset($HTTP_POST_VARS)){
> //Start with an empty body for the mail message
> $body = '';
> //Iterate through all the POSTed variables, and add them to
>the message body.
> while (list($key, $value) = each($HTTP_POST_VARS)){
> $body .= $key . ' = ' . $value . "
> ";
> }
> //Build up some nice From/Reply Headers
> $headers = "From: $from";
> //Mail the message out.
> //Requires setting php3.ini sendmail path as per instructions
> $success = mail($to, "Posted " . date("m/d/Y"), $body,
>$headers);
> //Always check return codes from functions.
> if ($success){
> echo "
Please wait... Your request is being
>processed...!
";
> }
> else{
> echo "
Internal Error: Your input was
>unprocessed.
Contact $from
";
> }
> }
> ?>
>

>

>
>
>
> --end--
>
>
> FYI I have changed some email settings and configuration files for
>security reasons. But as you can see results are pushed to the second file
>than emailed off, no need for a database or anything. So you should be
>able to test very easily.
>
> If anyone can help with suggestions or even do the code it would be
>mostly appreciated, can pay since it's urgent.
>
> Thanks for your time!
>
> J

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: php/sendmail help!

am 09.02.2006 08:30:26 von jusa_98

--0-1956829987-1139470226=:37997
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Thanks for your help Bastien. I have it all working now, no problems. I also have generated a Unique ID for the form also.

Jerry

Bastien Koert wrote:

You are in serious need of some regex here...google email regex and you will
have enough results to get you what you want.

Postal Code (assume 2 letters 4 dgits in that order

if (ereg("^[A-Z]{2}{0-9]{4}$",$_POST['postal'])){
....

As for pasting it back to the form, I would suggest you have the form as a
function and the processing code as a function, then you can pass the post
arrays back and forth and pass the error handling along with it

Bastien

>From: JeRRy
>To: php-db@lists.php.net
>Subject: [PHP-DB] php/sendmail help!
>Date: Tue, 7 Feb 2006 13:22:53 +1100 (EST)
>
>Hi, I have a form, form results are PUSHED to another page and processed.
>Files below. (in plain-tet)
>
> Now this is what I want to do:
>
> 1) Make all fields required input, but if easy to configure I want to
>have rules for each textarea. For instance an email address must contain a
>'@' symbol. Must be at leat 5 character longs and must be in a form of an
>email address. So if I type you@me it would produce an error, highlighting
>the error area or display a message at the top of the page. Postcode
>should contain 4 numbers and numbers only, etc. The only field that can be
>left blank will be the message area. How do I achieve this? (message
>regarding this below)
>
> 2) I want to add to the form a UNIQUE ID generater. I will add a new
>hidden form field for this. I need a script called by PHP to generate it.
>Would include both letters and numbers and be atleast 8 CHARS long.
>
> As for 1) I have tried some javascript but it failed, since I PUSH all
>field responses to another page. When i add it the submit button fails and
>does not push the results through. But it produces the error fine, but
>form is not PUSHED on. So it seems it's lost because of the javascript.
>So i took it out completely. I think there is a way in PHP to call errors
>for forms? But anways, here are the files below. Please help, I am on a
>tight schedule here if anyone can assist me.
>
> file one looks like this: (form.php)
>
>
>
>
>
>
>
>
> Pre Order Form!
> >BORDER="0">
>
>
> First Name: [input] >MAXLENGTH="20">

>Last Name: [input] >MAXLENGTH="25">
> Company: [input] >MAXLENGTH="25">

>Unit/House #: [input] >MAXLENGTH="6">

>Street Name: [input] >MAXLENGTH="25">

>Suburb/Town: [input] >MAXLENGTH="25">

>Post Code/Zip: [input] >MAXLENGTH="25">

>Phone #: [input] >MAXLENGTH="25">

>Email Address: [input] >MAXLENGTH="25">

>
Country: >SIZE="1">AUSTRALIANEW >ZEALANDFIJIUNITED >KINGDOMGERMANYSWEDENCANADA-----------------AFGHANISTANALBAN IAALGERIAAMERICAN >SAMOAANDORRAANGOLAANGUILLAANTARCTICAANTIGUA >AND >BARBUDAARGENTINAARMENIAARUBAAUSTRIAAZERBAIJANBAHAMASBAHRAIN BANGLADESHBARBADOSBELARUSBELGIUMBELIZEBENINBERMUDABHUTANBOLI VIABOSNIA >AND HERZEGOWINABOTSWANABOUVET >ISLANDBRAZILBRITISH INDIAN OCEAN TERRITORYBRUNEI >DARUSSALAMBULGARIABURKINA> >FASOBURUNDICAMBODIACAMEROONCANADACAPE >VERDECAYMAN ISLANDSCENTRAL AFRICAN >REPUBLICCHADCHILECHINACHRISTMAS >ISLANDCOCOS (KEELING) >ISLANDSCOLOMBIACOMOROSCONGOCOOK >ISLANDSCOSTA RICACOTE D'IVOIRECROATIA (local name: >Hrvatska)CUBACYPRUSCZECH >REPUBLICDENMARKDJIBOUTIDOMINICADOMINICAN >REPUBLICEAST TIMORECUADOREGYPTEL >SALVADOREQUATORIAL >GUINEAERITREAESTONIAETHIOPIAFALKLAND >ISLANDS (MALVINAS)FAROE >ISLANDSFIJIFINLANDFRANCEFRANCE, >METROPOLITANFRENCH GUIANAFRENCH POLYNESIAF
RENCH>
>OTHERGABONGAMBIAGEORGIAGERMANYGHANAGIBRALTARGREECEGREENLAND GRENADAGUADELOUPEGUAMGUATEMALAGUINEAGUINEA-BISSAUGUYANAHAITI HEARD >AND MC DONALD ISLANDSHONDURASHONG >KONGHUNGARYICELANDINDIAINDONESIAIRAN >(ISLAMIC REPUBLIC >OF)IRAQIRELANDISRAELITALYJAMAICAJAPANJORDANKAZAKHSTANKENYAK IRIBATIKOREAKUWAITKYRGYZSTANLATVIALEBANONLESOTHOLIBERIALIBYA N >ARAB JAMAHIRIYALIECHTENSTEINLITHUANIALOCATION NOT >REPORTEDLUXEMBOURGMACAUMACEDONIAMADAGASCARMALAWIMALAYSIAMAL DIVESMALIMALTAMARSHALL> >ISLANDSMARTINIQUEMAURITANIAMAURITIUSMAYOTTEMEXICOMICRONESIA MOLDOVA, >REPUBLIC >OFMONACOMONGOLIAMONTSERRATMOROCCOMOZAMBIQUEMYANMARNAMIBIANA URUNEPALNETHERLANDSNETHERLANDS >ANTILLESNEW CALEDONIANEW >ZEALANDNICARAGUANIGERNIGERIANIUENORFOLK >ISLANDNORTHERN MARIANA ISLANDSNORWAYNot >AvailableOMANPAKISTANPALAUPANAMAPAPUA >NEW >GUINEAPARAGUAYPERUPHILIPPINESPITCAIRNPOLANDPORTUGALPUERTO >RICOQATARREUNIONROMANIARUSSIAN >FEDERATION
RWANDASAINT KITTS AND NEVISSAINT >LUCIASAINT VINCENTSAMOASAN MARINOSAO TOME >AND PRINCIPESAUDI
>ARABIASENEGALSEYCHELLESSIERRA> LEONESINGAPORESLOVAKIA (Slovak >Republic)SLOVENIASOLOMON >ISLANDSSOMALIASOUTH AFRICASOUTH GEORGIA >SPAINSRI LANKAST. HELENAST. PIERRE AND >MIQUELONSUDANSURINAMESWAZILANDSWEDENSWITZERLANDSYRIAN >ARAB REPUBLICTAIWAN, PROVINCE OF >CHINATAJIKISTANTANZANIA, UNITED REPUBLIC >OFTHAILANDTOGOTOKELAUTONGATRINIDAD >AND TOBAGOTUNISIATURKEYTURKMENISTANTURKS >AND CAICOS ISLANDSTUVALUUGANDAUKRAINEUNITED >ARAB EMIRATESUNITED KINGDOMUNITED STATESUNITED >STATES MINORUNKNOWN >LOCATIONURUGUAYUZBEKISTANVANUATUVATICAN >CITY STATE (HOLY SEE)VENEZUELAVIET NAMVIRGIN >ISLANDS (BRITISH)VIRGIN ISLANDS (U.S.)WALLIS AND FUTUNA >ISLANDSWESTERN> >SAHARAYEMENZAMBIAZIMBABWE Message:
>
>
>
>
> [input]
>
>
>

>
>
>
>

>
>
>
>
>
>
>
>
>--end--
>
> here is file 2: resultsubmit.php
>
>
>
>
>
>
>
>
> > $to = 'email@domain.com';
> $from = 'local@localhost';
>
> //Check if we have something POSTed by the form.
> if (isset($HTTP_POST_VARS)){
> //Start with an empty body for the mail message
> $body = '';
> //Iterate through all the POSTed variables, and add them to
>the message body.
> while (list($key, $value) = each($HTTP_POST_VARS)){
> $body .= $key . ' = ' . $value . "
> ";
> }
> //Build up some nice From/Reply Headers
> $headers = "From: $from";
> //Mail the message out.
> //Requires setting php3.ini sendmail path as per instructions
> $success = mail($to, "Posted " . date("m/d/Y"), $body,
>$headers);
> //Always check return codes from functions.
> if ($success){
> echo " Please wait... Your request is being
>processed...!";
> }
> else{
> echo " Internal Error: Your input was
>unprocessed.
Contact $from";
> }
> }
> ?>
>

>
>
>
>
>
>
> --end--
>
>
> FYI I have changed some email settings and configuration files for
>security reasons. But as you can see results are pushed to the second file
>than emailed off, no need for a database or anything. So you should be
>able to test very easily.
>
> If anyone can help with suggestions or even do the code it would be
>mostly appreciated, can pay since it's urgent.
>
> Thanks for your time!
>
> J




--0-1956829987-1139470226=:37997--

RE: php/sendmail help!

am 09.02.2006 10:32:07 von Bastien Koert

------=_NextPart_2c6_58d6_a7804ecb.8c8ad952_.MIX
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


You are in serious need of some regex here...google email regex and you =
will=20
have enough results to get you what you want.

Postal Code (assume 2 letters 4 dgits in that order

if (ereg("^[A-Z]{2}{0-9]{4}$",$_POST['postal'])){
...

As for pasting it back to the form, I would suggest you have the form as=
a=20
function and the processing code as a function, then you can pass the po=
st=20
arrays back and forth and pass the error handling along with it

Bastien

>From: JeRRy
>To: php-db@lists.php.net
>Subject: [PHP-DB] php/sendmail help!
>Date: Tue, 7 Feb 2006 13:22:53 +1100 (EST)
>
>Hi, I have a form, form results are PUSHED to another page and processe=
d. =20
>Files below. (in plain-tet)
>
> Now this is what I want to do:
>
> 1) Make all fields required input, but if easy to configure I want t=
o=20
>have rules for each textarea. For instance an email address must conta=
in a=20
>'@' symbol. Must be at leat 5 character longs and must be in a form of=
an=20
>email address. So if I type you@me it would produce an error, highligh=
ting=20
>the error area or display a message at the top of the page. Postcode=20
>should contain 4 numbers and numbers only, etc. The only field that ca=
n be=20
>left blank will be the message area. How do I achieve this? (message=20
>regarding this below)
>
> 2) I want to add to the form a UNIQUE ID generater. I will add a ne=
w=20
>hidden form field for this. I need a script called by PHP to generate =
it. =20
>Would include both letters and numbers and be atleast 8 CHARS long.
>
> As for 1) I have tried some javascript but it failed, since I PUSH a=
ll=20
>field responses to another page. When i add it the submit button fails=
and=20
>does not push the results through. But it produces the error fine, but=
=20
>form is not PUSHED on. So it seems it's lost because of the javascript=
=20
>So i took it out completely. I think there is a way in PHP to call err=
ors=20
>for forms? But anways, here are the files below. Please help, I am on=
a=20
>tight schedule here if anyone can assist me.
>
> file one looks like this: (form.php)
>
>
>


>
>
>
>
>

>

>
>

Pre Order Form!


> "4"=20
>BORDER=3D"0">
>
>
>









>
>

>

>
First Name: ZE=3D"25"=20
>MAXLENGTH=3D"20">

>Last Name:
5"=20
>MAXLENGTH=3D"25">

>
Company: IZE=3D"25"=20
>MAXLENGTH=3D"25">

>Unit/House #:
"25"=20
>MAXLENGTH=3D"6">

>Street Name:
"25"=20
>MAXLENGTH=3D"25">

>Suburb/Town:
5"=20
>MAXLENGTH=3D"25">

>Post Code/Zip:
"25"=20
>MAXLENGTH=3D"25">

>Phone #:
>MAXLENGTH=3D"25">

>Email Address:
IZE=3D"25"=20
>MAXLENGTH=3D"25">
=20
>
Country:
Message:=20
>

>
>
>
>
>
>

>

>
>
>
>
>
>
>--end--
>
> here is file 2: resultsubmit.php
>
>
>
>
>
>
>
>

>

>
> > $to =3D 'email@domain.com';
> $from =3D 'local@localhost';
>
> //Check if we have something POSTed by the form.
> if (isset($HTTP_POST_VARS)){
> //Start with an empty body for the mail message
> $body =3D '';
> //Iterate through all the POSTed variables, and add them t=
o=20
>the message body.
> while (list($key, $value) =3D each($HTTP_POST_VARS)){
> $body .=3D $key . ' =3D ' . $value . "
> ";
> }
> //Build up some nice From/Reply Headers
> $headers =3D "From: $from";
> //Mail the message out.
> //Requires setting php3.ini sendmail path as per instructi=
ons
> $success =3D mail($to, "Posted " . date("m/d/Y"), $body,=20
>$headers);
> //Always check return codes from functions.
> if ($success){
> echo "
Please wait... Your request is being=20
>processed...!
";
> }
> else{
> echo "
Internal Error: Your input was=20
>unprocessed.
Contact $from
";
> }
> }
> ?>
>

>

>
>
>
> --end--
>
>
> FYI I have changed some email settings and configuration files for=20
>security reasons. But as you can see results are pushed to the second =
file=20
>than emailed off, no need for a database or anything. So you should be=
=20
>able to test very easily.
>
> If anyone can help with suggestions or even do the code it would be=20
>mostly appreciated, can pay since it's urgent.
>
> Thanks for your time!
>
> J

--=20
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




************************************************************ **********

IMPORTANT NOTICE

This communication is for the exclusive use of the intended recipient(s)
named above. If you receive this communication in error, you should
notify the sender by e-mail or by telephone (+44) 191 224 4461, delete
it and destroy any copies of it.

This communication may contain confidential information and material
protected by copyright, design right or other intellectual property
rights which are and shall remain the property of Piranha Studios
Limited. Any form of distribution, copying or other unauthorised use
of this communication or the information in it is strictly prohibited.
Piranha Studios Limited asserts its rights in this communication and
the information in it and reserves the right to take action against
anyone who misuses it or the information in it.

Piranha Studios Limited cannot accept any liability sustained as a
result of software viruses and would recommend that you carry out your
own virus checks before opening any attachment.

************************************************************ ************
<<<>>>
------=_NextPart_2c6_58d6_a7804ecb.8c8ad952_.MIX
Content-Type: text/plain;
name="GWAVADAT.TXT"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="GWAVADAT.TXT"

AdmID:74827E220832EC1314C4C8CCBB6E1885



************************************************************ **********

IMPORTANT NOTICE

This communication is for the exclusive use of the intended recipient(s)
named above. If you receive this communication in error, you should
notify the sender by e-mail or by telephone (+44) 191 224 4461, delete
it and destroy any copies of it.

This communication may contain confidential information and material
protected by copyright, design right or other intellectual property
rights which are and shall remain the property of Piranha Studios
Limited. Any form of distribution, copying or other unauthorised use
of this communication or the information in it is strictly prohibited.
Piranha Studios Limited asserts its rights in this communication and
the information in it and reserves the right to take action against
anyone who misuses it or the information in it.

Piranha Studios Limited cannot accept any liability sustained as a
result of software viruses and would recommend that you carry out your
own virus checks before opening any attachment.

************************************************************ ************
<<<>>>

------=_NextPart_2c6_58d6_a7804ecb.8c8ad952_.MIX
Content-Type: text/plain; charset=us-ascii

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
------=_NextPart_2c6_58d6_a7804ecb.8c8ad952_.MIX--

RE: php/sendmail help!

am 09.02.2006 10:35:19 von jusa_98

--0-453004181-1139477719=:1683
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Thanks but I recieved this exact email the other day also. Maybe servers playing up ;)

J

bastien_k@hotmail.com wrote:

You are in serious need of some regex here...google email regex and you will
have enough results to get you what you want.

Postal Code (assume 2 letters 4 dgits in that order

if (ereg("^[A-Z]{2}{0-9]{4}$",$_POST['postal'])){
....

As for pasting it back to the form, I would suggest you have the form as a
function and the processing code as a function, then you can pass the post
arrays back and forth and pass the error handling along with it

Bastien

>From: JeRRy
>To: php-db@lists.php.net
>Subject: [PHP-DB] php/sendmail help!
>Date: Tue, 7 Feb 2006 13:22:53 +1100 (EST)
>
>Hi, I have a form, form results are PUSHED to another page and processed.
>Files below. (in plain-tet)
>
> Now this is what I want to do:
>
> 1) Make all fields required input, but if easy to configure I want to
>have rules for each textarea. For instance an email address must contain a
>'@' symbol. Must be at leat 5 character longs and must be in a form of an
>email address. So if I type you@me it would produce an error, highlighting
>the error area or display a message at the top of the page. Postcode
>should contain 4 numbers and numbers only, etc. The only field that can be
>left blank will be the message area. How do I achieve this? (message
>regarding this below)
>
> 2) I want to add to the form a UNIQUE ID generater. I will add a new
>hidden form field for this. I need a script called by PHP to generate it.
>Would include both letters and numbers and be atleast 8 CHARS long.
>
> As for 1) I have tried some javascript but it failed, since I PUSH all
>field responses to another page. When i add it the submit button fails and
>does not push the results through. But it produces the error fine, but
>form is not PUSHED on. So it seems it's lost because of the javascript.
>So i took it out completely. I think there is a way in PHP to call errors
>for forms? But anways, here are the files below. Please help, I am on a
>tight schedule here if anyone can assist me.
>
> file one looks like this: (form.php)
>
>
>
>
>
>
>
>
> Pre Order Form!
> >BORDER="0">
>
>
> First Name: [input] >MAXLENGTH="20">

>Last Name: [input] >MAXLENGTH="25">
> Company: [input] >MAXLENGTH="25">

>Unit/House #: [input] >MAXLENGTH="6">

>Street Name: [input] >MAXLENGTH="25">

>Suburb/Town: [input] >MAXLENGTH="25">

>Post Code/Zip: [input] >MAXLENGTH="25">

>Phone #: [input] >MAXLENGTH="25">

>Email Address: [input] >MAXLENGTH="25">

>
Country: >SIZE="1">AUSTRALIANEW >ZEALANDFIJIUNITED >KINGDOMGERMANYSWEDENCANADA-----------------AFGHANISTANALBAN IAALGERIAAMERICAN >SAMOAANDORRAANGOLAANGUILLAANTARCTICAANTIGUA >AND >BARBUDAARGENTINAARMENIAARUBAAUSTRIAAZERBAIJANBAHAMASBAHRAIN BANGLADESHBARBADOSBELARUSBELGIUMBELIZEBENINBERMUDABHUTANBOLI VIABOSNIA >AND HERZEGOWINABOTSWANABOUVET >ISLANDBRAZILBRITISH INDIAN OCEAN TERRITORYBRUNEI >DARUSSALAMBULGARIABURKINA> >FASOBURUNDICAMBODIACAMEROONCANADACAPE >VERDECAYMAN ISLANDSCENTRAL AFRICAN >REPUBLICCHADCHILECHINACHRISTMAS >ISLANDCOCOS (KEELING) >ISLANDSCOLOMBIACOMOROSCONGOCOOK >ISLANDSCOSTA RICACOTE D'IVOIRECROATIA (local name: >Hrvatska)CUBACYPRUSCZECH >REPUBLICDENMARKDJIBOUTIDOMINICADOMINICAN >REPUBLICEAST TIMORECUADOREGYPTEL >SALVADOREQUATORIAL >GUINEAERITREAESTONIAETHIOPIAFALKLAND >ISLANDS (MALVINAS)FAROE >ISLANDSFIJIFINLANDFRANCEFRANCE, >METROPOLITANFRENCH GUIANAFRENCH POLYNESIAF
RENCH>
>OTHERGABONGAMBIAGEORGIAGERMANYGHANAGIBRALTARGREECEGREENLAND GRENADAGUADELOUPEGUAMGUATEMALAGUINEAGUINEA-BISSAUGUYANAHAITI HEARD >AND MC DONALD ISLANDSHONDURASHONG >KONGHUNGARYICELANDINDIAINDONESIAIRAN >(ISLAMIC REPUBLIC >OF)IRAQIRELANDISRAELITALYJAMAICAJAPANJORDANKAZAKHSTANKENYAK IRIBATIKOREAKUWAITKYRGYZSTANLATVIALEBANONLESOTHOLIBERIALIBYA N >ARAB JAMAHIRIYALIECHTENSTEINLITHUANIALOCATION NOT >REPORTEDLUXEMBOURGMACAUMACEDONIAMADAGASCARMALAWIMALAYSIAMAL DIVESMALIMALTAMARSHALL> >ISLANDSMARTINIQUEMAURITANIAMAURITIUSMAYOTTEMEXICOMICRONESIA MOLDOVA, >REPUBLIC >OFMONACOMONGOLIAMONTSERRATMOROCCOMOZAMBIQUEMYANMARNAMIBIANA URUNEPALNETHERLANDSNETHERLANDS >ANTILLESNEW CALEDONIANEW >ZEALANDNICARAGUANIGERNIGERIANIUENORFOLK >ISLANDNORTHERN MARIANA ISLANDSNORWAYNot >AvailableOMANPAKISTANPALAUPANAMAPAPUA >NEW >GUINEAPARAGUAYPERUPHILIPPINESPITCAIRNPOLANDPORTUGALPUERTO >RICOQATARREUNIONROMANIARUSSIAN >FEDERATION
RWANDASAINT KITTS AND NEVISSAINT >LUCIASAINT VINCENTSAMOASAN MARINOSAO TOME >AND PRINCIPESAUDI
>ARABIASENEGALSEYCHELLESSIERRA> LEONESINGAPORESLOVAKIA (Slovak >Republic)SLOVENIASOLOMON >ISLANDSSOMALIASOUTH AFRICASOUTH GEORGIA >SPAINSRI LANKAST. HELENAST. PIERRE AND >MIQUELONSUDANSURINAMESWAZILANDSWEDENSWITZERLANDSYRIAN >ARAB REPUBLICTAIWAN, PROVINCE OF >CHINATAJIKISTANTANZANIA, UNITED REPUBLIC >OFTHAILANDTOGOTOKELAUTONGATRINIDAD >AND TOBAGOTUNISIATURKEYTURKMENISTANTURKS >AND CAICOS ISLANDSTUVALUUGANDAUKRAINEUNITED >ARAB EMIRATESUNITED KINGDOMUNITED STATESUNITED >STATES MINORUNKNOWN >LOCATIONURUGUAYUZBEKISTANVANUATUVATICAN >CITY STATE (HOLY SEE)VENEZUELAVIET NAMVIRGIN >ISLANDS (BRITISH)VIRGIN ISLANDS (U.S.)WALLIS AND FUTUNA >ISLANDSWESTERN> >SAHARAYEMENZAMBIAZIMBABWE Message:
>
>
>
>
> [input]
>
>
>

>
>
>
>

>
>
>
>
>
>
>
>
>--end--
>
> here is file 2: resultsubmit.php
>
>
>
>
>
>
>
>
> > $to = 'email@domain.com';
> $from = 'local@localhost';
>
> //Check if we have something POSTed by the form.
> if (isset($HTTP_POST_VARS)){
> //Start with an empty body for the mail message
> $body = '';
> //Iterate through all the POSTed variables, and add them to
>the message body.
> while (list($key, $value) = each($HTTP_POST_VARS)){
> $body .= $key . ' = ' . $value . "
> ";
> }
> //Build up some nice From/Reply Headers
> $headers = "From: $from";
> //Mail the message out.
> //Requires setting php3.ini sendmail path as per instructions
> $success = mail($to, "Posted " . date("m/d/Y"), $body,
>$headers);
> //Always check return codes from functions.
> if ($success){
> echo " Please wait... Your request is being
>processed...!";
> }
> else{
> echo " Internal Error: Your input was
>unprocessed.
Contact $from";
> }
> }
> ?>
>

>
>
>
>
>
>
> --end--
>
>
> FYI I have changed some email settings and configuration files for
>security reasons. But as you can see results are pushed to the second file
>than emailed off, no need for a database or anything. So you should be
>able to test very easily.
>
> If anyone can help with suggestions or even do the code it would be
>mostly appreciated, can pay since it's urgent.
>
> Thanks for your time!
>
> J

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




************************************************************ **********

IMPORTANT NOTICE

This communication is for the exclusive use of the intended recipient(s)
named above. If you receive this communication in error, you should
notify the sender by e-mail or by telephone (+44) 191 224 4461, delete
it and destroy any copies of it.

This communication may contain confidential information and material
protected by copyright, design right or other intellectual property
rights which are and shall remain the property of Piranha Studios
Limited. Any form of distribution, copying or other unauthorised use
of this communication or the information in it is strictly prohibited.
Piranha Studios Limited asserts its rights in this communication and
the information in it and reserves the right to take action against
anyone who misuses it or the information in it.

Piranha Studios Limited cannot accept any liability sustained as a
result of software viruses and would recommend that you carry out your
own virus checks before opening any attachment.

************************************************************ ************
<<<>>>AdmID:74827E220832EC1314C4C8CCBB6E1885



************************************************************ **********

IMPORTANT NOTICE

This communication is for the exclusive use of the intended recipient(s)
named above. If you receive this communication in error, you should
notify the sender by e-mail or by telephone (+44) 191 224 4461, delete
it and destroy any copies of it.

This communication may contain confidential information and material
protected by copyright, design right or other intellectual property
rights which are and shall remain the property of Piranha Studios
Limited. Any form of distribution, copying or other unauthorised use
of this communication or the information in it is strictly prohibited.
Piranha Studios Limited asserts its rights in this communication and
the information in it and reserves the right to take action against
anyone who misuses it or the information in it.

Piranha Studios Limited cannot accept any liability sustained as a
result of software viruses and would recommend that you carry out your
own virus checks before opening any attachment.

************************************************************ ************
<<<>>>

--0-453004181-1139477719=:1683--

css

am 09.02.2006 13:23:23 von jusa_98

--0-2068841040-1139487803=:14455
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi everyone,

I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before.

Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find a solution, so thought I'd post here, could be basic but i can't find it online anywhere. Get alot of forum refrences but no solution.

Here is the code below before I continue:



Now I have been told NOT to use "px" but use "%" for meassurements because this is relient on resolution/screen_size.

HOWEVER what does 1px equal in %?

Some have said 30px equals 3% and some say 30px equals 30%. 30px and 30% don't seem right, I changed my CSS for this and it pushes everything only slightly to the RIGHT. But removes the menu altogether.

Can anyone offer some help here?

Also if a table is made like this:

Is that default % or px or what? What is the best method to use that will work in people using screens of 600* and 1024* and both be able to view the site cleanly and easily?

I will continue to surf.

J

--0-2068841040-1139487803=:14455--

css #2

am 09.02.2006 13:28:47 von jusa_98

--0-1193899541-1139488127=:75951
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Okay I did some more surfing, on a VERY popular website used by neally a million users. I checked their CSS and they use px and pt meassurements. So maybe that is not my issue than. Maybe I don't have an issue to worry about?

What are people's thoughts on this, all the input the better here as I am creating a website that will be viewed by alot of people so want it readable by the majority. I know screen res of 600* is very old and few would use it, the site appears pretty big with it but things appears just about where it should. However when you try and view the copyright notice it cuts the last line out, what causes this? Would It be useful to add to breaks at the end?

J













Hi everyone,

I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before.

Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find a solution, so thought I'd post here, could be basic but i can't find it online anywhere. Get alot of forum refrences but no solution.

Here is the code below before I continue:



Now I have been told NOT to use "px" but use "%" for meassurements because this is relient on resolution/screen_size.

HOWEVER what does 1px equal in %?

Some have said 30px equals 3% and some say 30px equals 30%. 30px and 30% don't seem right, I changed my CSS for this and it pushes everything only slightly to the RIGHT. But removes the menu altogether.

Can anyone offer some help here?

Also if a table is made like this:

Is that default % or px or what? What is the best method to use that will work in people using screens of 600* and 1024* and both be able to view the site cleanly and easily?

I will continue to surf.

J

--0-1193899541-1139488127=:75951--

Re: css #2

am 09.02.2006 13:39:22 von Adrian Bruce

Jerry

Not a php related question at all for starters but anyway....i think you
need to read up on CSS layout's if the site is properly structure using
CSS then you will not have much to worry about regarding different
resolutions. Ever heard of floats?

google will show you the light!

Ade

JeRRy wrote:

>Okay I did some more surfing, on a VERY popular website used by neally a million users. I checked their CSS and they use px and pt meassurements. So maybe that is not my issue than. Maybe I don't have an issue to worry about?
>
> What are people's thoughts on this, all the input the better here as I am creating a website that will be viewed by alot of people so want it readable by the majority. I know screen res of 600* is very old and few would use it, the site appears pretty big with it but things appears just about where it should. However when you try and view the copyright notice it cuts the last line out, what causes this? Would It be useful to add to breaks at the end?
>
> J
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi everyone,
>
> I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before.
>
> Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find a solution, so thought I'd post here, could be basic but i can't find it online anywhere. Get alot of forum refrences but no solution.
>
> Here is the code below before I continue:
>
>
>
> Now I have been told NOT to use "px" but use "%" for meassurements because this is relient on resolution/screen_size.
>
> HOWEVER what does 1px equal in %?
>
> Some have said 30px equals 3% and some say 30px equals 30%. 30px and 30% don't seem right, I changed my CSS for this and it pushes everything only slightly to the RIGHT. But removes the menu altogether.
>
> Can anyone offer some help here?
>
> Also if a table is made like this:
>
>

Is that default % or px or what? What is the best method to use that will work in people using screens of 600* and 1024* and both be able to view the site cleanly and easily?
>
> I will continue to surf.
>
> J
>
>
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: css #2

am 09.02.2006 15:08:26 von jusa_98

--0-1811030606-1139494106=:85466
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi,

Honesty, no I have not ever heard of "floats" ... Well I have as in horse-floats but not for web-pages, I will search it up very soon.

Thanks!

Jerry

Adrian Bruce wrote:
Jerry

Not a php related question at all for starters but anyway....i think you
need to read up on CSS layout's if the site is properly structure using
CSS then you will not have much to worry about regarding different
resolutions. Ever heard of floats?

google will show you the light!

Ade

JeRRy wrote:

>Okay I did some more surfing, on a VERY popular website used by neally a million users. I checked their CSS and they use px and pt meassurements. So maybe that is not my issue than. Maybe I don't have an issue to worry about?
>
> What are people's thoughts on this, all the input the better here as I am creating a website that will be viewed by alot of people so want it readable by the majority. I know screen res of 600* is very old and few would use it, the site appears pretty big with it but things appears just about where it should. However when you try and view the copyright notice it cuts the last line out, what causes this? Would It be useful to add to breaks at the end?
>
> J
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi everyone,
>
> I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before.
>
> Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find a solution, so thought I'd post here, could be basic but i can't find it online anywhere. Get alot of forum refrences but no solution.
>
> Here is the code below before I continue:
>
>
> html {
>background : url(images/background3.jpg);
>}
>body {
>margin : 0;
>padding : 0 1px;
>border : 0;
>height : 100px;
>background : url(images/background3.jpg);
>}
>body {
>font-family : arial, serif;
>font-size : 16px;
>}
>#page {
>margin : 310px 0 50px 250px;
>display : block;
>width : 500px;
>border : 1 solid #000;
>background : url(images/background3.jpg);
>padding : 10px;
>}
>#page .right {
>font-size : 30px;
>float : right;
>}
>#menu {
>display : block;
>top : 110px;
>left : 20px;
>width : 130px;
>position : fixed;
>border : 0;
>padding : 10px;
>text-align : center;
>font-weight : bold;
>color : #fff;
>}
>* html #menu {
>position : absolute;
>}
>#menu a:visited, #menu a {
>display : block;
>width : 120px;
>height : 20px;
>margin : 0 auto;
>border-top : 0 solid #fff;
>border-bottom : 0 solid #000;
>text-align : center;
>text-decoration : none;
>line-height : 20px;
>color : #000;
>}
>#menu a:hover {
>background : #aaa;
>color : #fff;
>}
>.clear {
>clear : both;
>}
>p:first-letter {
>font-size : 25px;
>color : #cc3333;
>}
>#fixpic {
>display : block;
>width : 108px;
>height : 145px;
>position : fixed;
>bottom : 0;
>left : 0;
>}
>* html #fixpic {
>position : absolute;
>}
>#adsie {
>position : absolute;
>top : 10px;
>right : 30px;
>}
>
>
> Now I have been told NOT to use "px" but use "%" for meassurements because this is relient on resolution/screen_size.
>
> HOWEVER what does 1px equal in %?
>
> Some have said 30px equals 3% and some say 30px equals 30%. 30px and 30% don't seem right, I changed my CSS for this and it pushes everything only slightly to the RIGHT. But removes the menu altogether.
>
> Can anyone offer some help here?
>
> Also if a table is made like this:
>
> Is that default % or px or what? What is the best method to use that will work in people using screens of 600* and 1024* and both be able to view the site cleanly and easily?
>
> I will continue to surf.
>
> J
>
>
>


--0-1811030606-1139494106=:85466--

Re: css

am 10.02.2006 21:47:25 von Kim Briggs

------=_Part_710_13997668.1139604445386
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On 2/9/06, JeRRy wrote:
>
> Hi everyone,
>
> I have created this website in PHP and mySQL at
> http://www.bps-testntag.com/ but have come accross an error I was not
> aware of before.
>
> Now I am using stylesheets and I have been surfing the net for about 90
> minutes and yet to find a solution, so thought I'd post here, could be ba=
sic
> but i can't find it online anywhere. Get alot of forum refrences but no
> solution.
>
> Here is the code below before I continue:
>
>