Forum: PHP 5 Days Ago |
| Replies: 4 Views: 187 Re: Server Address vs DNS try these line and see what you get?
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']) ;
?>
best of luck with the job. |
Forum: VB.NET 15 Days Ago |
| Replies: 3 Views: 268 Re: A small calculator in vb I assume you have your click event sub proceedure running, to add another event for a button say "button1" you have to make sure you have enable its 'tabstop' property and then you can add another... |
Forum: VB.NET 16 Days Ago |
| Replies: 1 Views: 223 |
Forum: PHP 26 Days Ago |
| Replies: 4 Views: 228 Re: Passing db data to end of a url in PHP <?php
$xconn =mysql_pconnect("localhost","username","userpassword") or die("unable to connect to dbengine".mysql_error());// assuming a connection to mysql db
$qry = "select field from table" ;... |
Forum: PHP Nov 22nd, 2008 |
| Replies: 10 Views: 617 Re: Developing a social network PHP and Mysql can do the job but you have to get up to speed with a lot of skills and tricks...
To run an effiecient social network with php you have to get to an intermediate level because this... |
Forum: PHP Nov 15th, 2008 |
| Replies: 2 Views: 318 Re: retain input data on page reload Hey, It is easier if you show us a sample of your script source, so we could help. However
Assuming I have this two elements
<form action="<php echo $_SERVER[PHP_SELF] ; ?>" method="post">
... |
Forum: PHP Nov 9th, 2008 |
| Replies: 9 Views: 598 Re: Free Legal PHP Books There are a whole loads of books available to you in "pdf" format
check out "<URL SNIPPED>" and search for php books for beginners,intermediate and advance developers.
also try "<URL SNIPPED>" best... |
Forum: PHP Nov 9th, 2008 |
| Replies: 0 Views: 365 Running symfony on wamp server Hey, some weeks ago, a friend asked me to try out the SYMFONY project framework, been a WINDOWS XP User running the WAMPSERVER 2.0 which has php5.2.5 running, I realize that the Symfony definitive... |
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008 |
| Replies: 2 Views: 319 Re: Creat a ABODB Veriable Try this
Dim s as ADODB.CONNECTION
SET s AS NEW ADODB.CONNECTION
s.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Microsoft... |
Forum: PHP Aug 21st, 2008 |
| Replies: 3 Views: 427 Re: Want to Upload My php project what Next To create a password in mysql: invoke your mysql Consolw from your WAMP Server tray menu and hit the enter key. Thus would display a welcome screen since you don't hava a password.
type the... |
Forum: PHP Aug 18th, 2008 |
| Replies: 4 Views: 752 Re: Need Help To Complete Php Project!! Well, your SQL directive and what you want seems to be different.
try for instance:
Select CONCAT(name,city).
that is not even a problem like the disaster waiting to happen in your table:
you sure... |
Forum: PHP Aug 18th, 2008 |
| Replies: 3 Views: 427 Re: Want to Upload My php project what Next atplerry,
I am not exactly certain what you have, however it is simpler if you had created a directory(folder) inside your www root directory so you dont have to copy the www folder.
If for... |
Forum: PHP Aug 18th, 2008 |
| Replies: 7 Views: 489 Re: installing PHP - pls,pls,pls help. If you don't like xampp you could use WAMP 5 1.7.4.
It is available at www.anaska.com and precisely www.wampserver.com.
don't get frustrated, it is sweeter when you learn this way... |
Forum: PHP Aug 18th, 2008 |
| Replies: 4 Views: 475 Re: help please Hello Rakeesh,
I would not advise you to keep looking for ready made scripts for reuse, they make you a lazy programmer.
type "www.4shared.com" on a browser and search for css quick guide books. so u... |
Forum: PHP Jan 9th, 2008 |
| Replies: 1 Views: 543 |