Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~2K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for d3rck

Hi everyone, I am having problems using $.post because of the way my website is structured. Basically, my index file handles all the pages and simply includes subpages. I have this code for my index below: [CODE] if($pagegetter) { if( !strpos($pagegetter,".")&& !strpos($pagegetter,"/")&& !strpos($pagegetter,"%")&& !strpos($pagegetter,":") ) { if(!$sectiongetter) $sectiongetter = "pages"; …

Member Avatar for d3rck
0
86
Member Avatar for d3rck

Hi everyone, I strongly believe that this topic will not just help me but everyone else using php. My question is how to manually change the settings where in the storage of the sessions is set to the database tables that we will create in the phpmyadmin (mysql)? I have …

Member Avatar for d3rck
0
110
Member Avatar for Tehim

tehim, the email link that you send to the "registrant" email... what does it look like? Since you are using a get method, it should look like this... [code]www.yourwebsite.com/verifierpage.php?id=something&activationcode=theactivationcodesent[/code]. Notice the & between id and activationcode. I would recommend for you to check the email sent to your test mail …

Member Avatar for Tehim
0
369
Member Avatar for ryan311

[CODE] $array = array(str_split($string, 4)); if(!is_numeric($array['0'])) { echo "Te first 4 are letters"; } else { echo "the first 4 are not letters"; } [/CODE] Haven't tested this yet so please tell if it didn't work.

Member Avatar for mschroeder
0
89
Member Avatar for hassan7

porn site anybody? kidding. try to create a website about something you like. What do you usually do? read books? create a book review site. Like sports? create a sports fan site. anything you like. It is difficult to be creative on something you don't even like.

Member Avatar for Phaelax
0
75
Member Avatar for Sahilsahni

Try putting [CODE] $header = "ANYTHING <yoursite@yoursite.com>" mail($to,$subject,$message,$header); [/CODE] You can also check here for sample formats [url]http://php.net/manual/en/function.mail.php[/url]

Member Avatar for d3rck
0
299
Member Avatar for tomjrjones

out of curiousity, why would you prefer an on file (.txt) storage than mysql? I don't think spoon feeding is allowed here but should you have the motivation to learn php and do some scripts of your own, I would recommend you watch this [url]http://www.youtube.com/watch?v=8NWR4iINHLM&feature=relmfu[/url] This one helped me out …

Member Avatar for d3rck
0
319
Member Avatar for d3rck

Hi everyone, Edited: So I figured out how to show the submit buttons. My next question is how to incorporate a security measure like html_entities in the action of the form? [CODE] <?php require ("core/config.php"); $tablevaluegetter = mysql_query("SELECT * FROM ratingsystem WHERE typeofsite='somthingtorate' ORDER BY ratetotal DESC"); echo "<table border='1'> …

Member Avatar for d3rck
0
230

The End.