Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for NoID

Hi Guys, Id like to know if its possible to remove or block sites like [url]http://www.onthesamehost.com?[/url] I mean like htaccess? If so can you please help me Thank you for your time.

Member Avatar for martin5211
0
77
Member Avatar for NoID

Hello Guys, Here is the code that i have which works fine as it puts data to my database, but am not sure where or how to put it so then after the form has been completed i get an email to say that some one has completed the form …

Member Avatar for whiteyoh
0
131
Member Avatar for NoID

Hello, I am not to sure if this is possible to be able to record a web history. I currently have Server 2008, and have two machines on Vista and one on XP (wireless), what i want to do is to store web history for for the two Vista machines, …

0
56
Member Avatar for NoID

Hello, Any way of when a customer goes to [url]www.domain.com/testtest[/url] it stores the IP and then it automatically block that? or give me the opertunity to block it by htaccess? Thank you

Member Avatar for hashinclude
0
79
Member Avatar for NoID

Hello Guys, I have found this counter, but i want it to refresh the number every 1minute, so for example it says "19" and the end user keeps refreshing the page, he wont see the number changing untill its been 1min. [code] <?php function randomGen($min, $max) { // setup our …

Member Avatar for BeachyUK
0
90
Member Avatar for NoID

Hello Guys, i have this text area. [code] <td><font>more Information</font></td><td><textarea cols="45" rows="5" name="Details" ></textarea></td> [/code] However someone has just filled this form, am not sure how much he wrote as when i got to my admin side that i have created it shows some of the text, id say 3,4 …

Member Avatar for diafol
0
87
Member Avatar for NoID

Hello Guys, Is this possible, if so what do i need to type into Google for further information or if someone can show me please. I insert into the database under table Product1, Product2 Product1 -> Make -> Nokia | Model -> N95 Product2 -> Make -> SamSung | Model …

Member Avatar for NoID
0
62
Member Avatar for NoID

Hello Guys, Can someone please show me if this is possible or not, if so where can i get further information or a code example will be nice. When i enter first name, and then click from the drop down selection "product spec 3" from options "product spec 2" , …

Member Avatar for NoID
0
142
Member Avatar for NoID

Hello Guys, I have bult a php site, and going live soon some questions first of all from what i read i need to have a .htaccess file in which it has turn of register_global and disable errors do i need to put anything further? I also have a admin …

Member Avatar for cwarn23
0
138
Member Avatar for NoID

Hello Guys, i have the following .htaccess file, [code] php_flag display_errors Off php_flag display_startup_errors Off php_flag log_errors On php_flag magic_quotes_sybase Off php_flag magic_quotes_gpc On php_flag register_globals Off php_value error_log /home/sites/mydomain.co.uk/public_html/err_ors/php.txt php_value error_reporting 2147483647 Options All -Indexes php_value disable_functions phpinfo ErrorDocument 404 /404page.html [/code] I then did a test error so …

Member Avatar for NoID
0
87
Member Avatar for NoID

Hello Is it possible, to set up a system where if someone goes to google and types "test" and then clicks on my link, it automatically saves the string to my database, so i can see what he/she searched. Iv been looking around for a week, so would apericiate some …

Member Avatar for NoID
0
114
Member Avatar for NoID

Hello guys, after some searching and playing around and ofcourse with alot of help. i have got this code, which basically GETs ID from browser and then sends them an email, but why isnt it working, can some one please show me why. thank you [code=php] <?php $con = mysql_connect("localhost", …

Member Avatar for diafol
0
82
Member Avatar for NoID

Hello Guys, i am currently using my localserver dont have a hosting where i can test it, so i would like to know if this basic idea will work or not. Here is the code do you think if i enter the ID it will get the email and then …

Member Avatar for NoID
0
119
Member Avatar for NoID

Hello Guys, I would like to know if its possible to have a form with four felds which when i press submit it stores the details to database and then excel or directly to excel, iv been searching around, and couldnt find much information, so would apericiate so help. Or …

Member Avatar for almostbob
0
193
Member Avatar for NoID

Hello Guys, I want to delete a record from my saved.php which has a code, [code] <td><a href=\"delete.php?id=$ID\">delete</a></td> [/code] Which gets the link as [url]http://localhost/delete.php?id=8022[/url] I then have a delete.php file, which has this code, [code] <?php if(isset $_GET['id'])) { $id = $_GET['ID']; $con = mysql_connect("localhost","t","123456"); if (!$con) { die('Could …

Member Avatar for spthorn
0
142
Member Avatar for NoID

Hello, i would like to know if its any chance of me being able to retrive data by typing ID, so for example if i type 100 and click on get, i want it to echo the "mobile" number. Can someone please help me with that Thank you

Member Avatar for NoID
0
113
Member Avatar for NoID

Hello Guys, I would like to know if its possible or not, where i can have a text box which when i enter the ID and press submit it gets the email matching that ID. and sends an email, please note that i know how to send email, i just …

Member Avatar for sikka_varun
0
122
Member Avatar for NoID

Hello Guys, I am not really sure how to ask this, but i will try my best, as much help will be apericiated. I have a saved.php page which echos all saved data that i have filled inluding customer email. I then want a email.php to have echoing all emails …

Member Avatar for NoID
0
111