GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   probably simple php question (https://gfy.com/showthread.php?t=80819)

deleteduser 10-06-2002 08:22 AM

probably simple php question
 
what i want is:

URL:
index.php?name=marina

BROWSER DISPLAY:
Hallo Marina (the varibale i set in upper case)
Hallo marina (the varibale i set in lower case)

thanks alot to everyone who helps me here!

hypherion 10-06-2002 08:35 AM

Quote:

Originally posted by CeKilleR
what i want is:

URL:
index.php?name=marina

BROWSER DISPLAY:
Hallo Marina (the varibale i set in upper case)
Hallo marina (the varibale i set in lower case)

thanks alot to everyone who helps me here!

$name_from_get = $HTTP_GET_VARS['name']; // get the var

echo strtoupper($name_from_get); // upper case
echo strtolower($name_from_get); // lower case

Goonx 10-06-2002 08:57 AM

What is bullet proof adult design ??

I've heard of bullet proof hosting but design ??

:glugglug

deleteduser 10-06-2002 09:01 AM

Quote:

Originally posted by Goonx
What is bullet proof adult design ??

I've heard of bullet proof hosting but design ??

:glugglug

didnt know there was bullet proof hosting yet.. well, now i do =)

deleteduser 10-06-2002 09:03 AM

Quote:

Originally posted by hypherion


$name_from_get = $HTTP_GET_VARS['name']; // get the var

echo strtoupper($name_from_get); // upper case
echo strtolower($name_from_get); // lower case

thank you very much :thumbsup


All times are GMT -7. The time now is 07:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123