Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-26-2009, 09:08 AM Transparency
Super Talker

Posts: 128
Name: Jose daSilva
Trades: 0
Hi

How can I made my website appear at the beginning under a transparency with a sentence “welcome to our website. In order to help you better please enter your email” and underneath a field for the user to write an email. After that the transparency goes and the web site can be navigated. Of course I do have to set up on my sql database a table called email or something like that in order the same user not having the necessity to write the email every time that uses the website. I do not want to make a login type. Just in order to now the mails for posterior contact.
josil is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-26-2009, 10:24 AM Re: Transparency
Experienced Talker

Posts: 41
Trades: 0
make a new page with this <?php setcookie("user", $_POST[name], time()+3600, '/');
header('Location:*********); ?> Location is your site

and on your site say
$user = $_COOKIE["user"];
if ($di == 0) { welcome to our website. In order to help you better please enter your email the submit button on the email links to the script stated above”}
else { the rest of your website goes here }

for some fading filter you would need to make something from java or a .gif
flatrat is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Transparency
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09625 seconds with 12 queries