Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #10.5K
Ranked #2K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for rcdeck

JavaScript hit counter. HEADER SCRIPT [CODE] <SCRIPT LANGUAGE="JavaScript"> <!-- function nameDefined(ckie,nme) { var splitValues var i for (i=0;i<ckie.length;++i) { splitValues=ckie[i].split("=") if (splitValues[0]==nme) return true } return false } function delBlanks(strng) { var result="" var i var chrn for (i=0;i<strng.length;++i) { chrn=strng.charAt(i) if (chrn!=" ") result += chrn } return result …

Member Avatar for almostbob
0
1K
Member Avatar for sulkhanz

$Firstname is already variable, but not is filled (register_globals = Off in the php.ini, should be is On if you wont to use this writable. It's right writable. $_POST['Firstname'] or $Firstname = $_POST['Firstname']; or this: [CODE] extract(($_POST), EXTR_PREFIX_ALL, 'post'); [/CODE] Then all your POST data will be $post_Firstname and etc.

Member Avatar for sulkhanz
0
124
Member Avatar for debuitls

Not a window.location. It's wrong )) window.location.href = '' or window.location.reload(URL);

Member Avatar for smartness
0
151
Member Avatar for gk0110
Member Avatar for SAMAEL
0
87
Member Avatar for Froger93

I think is better write in config.php so: [CODE] switch ($_GET['page']) { case 'checkform': include("validate.php"); break; } [/CODE]

Member Avatar for SAMAEL
0
177
Member Avatar for tekwriter

I have few question: 1. As I understand. The code in the first post, one that is now used, is it? 2. Do you have a place of storage for all pages of the project or they are stored somewhere? 3. Finally you say - "I have 3 pages involved, …

Member Avatar for SAMAEL
0
237
Member Avatar for mimsc

Because [COLOR="Red"]width & height should be a strings[/COLOR]. You set type "integer" into the string. But I think it's not this function call errors handler in the Explorer. But I'm to think the function haven't been the cause. Try change the href="javascript: bla bla bla" on the href="#" onclick="win_up(bla bla …

Member Avatar for mimsc
0
88

The End.