- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
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"; … | |
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 … | |
Re: 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 … | |
Re: [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. | |
Re: 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. | |
Re: 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] | |
Re: 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 … | |
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'> … |
The End.