- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 1
Coder/System Admin
- Interests
- My hobby is my work - Coding, Telecoms, VoIP
5 Posted Topics
Re: Hi digital-ether, [QUOTE=digital-ether;677050]I wrote a class that you can use for the validation with SMTP. It will only work on Linux as Windows doesn't have the getmxrr() function or other DNS functions. If needed on windows, one can replace the DNS functions with the Pear Net_DNS library. [url]http://pear.php.net/package/Net_DNS[/url] [/QUOTE] Thanks … | |
Re: Hi Oma, There's a parse error in your code, you need to remove the extra '}'. I've split up your code so you can see where the error is. [QUOTE=ocbphoto;687622]Guys i am going crazy here I dont know what I am doing wrong here, it renders in blank the page. … | |
Re: Hi bdcd, [QUOTE=bdcd;686439]So I want the code to allow the user to login and then direct them to their page, I'm just not sure how I can do that. Here's the table and code I have, is there a way to make "header("location:/instacp.htm");" pull the location from the table in … | |
Re: Hi knrakesh, [QUOTE=knrakesh;685454]Hello friends, i copied a table from other database and using in other database, when iam using the same table in other database the primary key in the table is just auto increamenting from the past table only. i want it to start from 0[/QUOTE] I don't think … ![]() | |
Re: Hi Sam, [QUOTE=samarudge;655068]Hi, I have set up a URL rewriting rule for my website: [CODE]RewriteRule ^([A-Za-z]+)/([A-Za-z]+)\.html$ /main.php?Area=$1&Page=$2[/CODE] Which works fine if I request a page like [url]http://mysite.com/folder/something.html[/url] it would show [url]http://mysite.com/main.php?Area=folder&Page=something[/url] but I want to also be able to pass the rest of the query string so something like [url]http://mysite.com/folder/something.html?Bob=Jim[/url] … |