View Single Post
Old 07-05-2011, 03:48 PM  
officemike
Confirmed User
 
officemike's Avatar
 
Industry Role:
Join Date: Apr 2011
Location: Paso Robles, CA
Posts: 127
Then I would change the form action slightly as well, no?
changing from
PHP Code:
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post";">
to call a cookie instead...

PHP Code:
<form action="<?php echo $_COOKIE['affid']; ?>" method="post";">
or do I still use $_server ?

Last edited by officemike; 07-05-2011 at 03:51 PM..
officemike is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook