Showing results 1 to 15 of 15
Search took 0.01 seconds.
Posts Made By: hakimkal
Forum: PHP 5 Days Ago
Replies: 4
Views: 187
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
This Vb.Net code will copy a file to a location and its extension

I hope it helps you, It is a sub proceedure with with a file open dialog object called "ofd" and the event object is called "cmdcopy" the text on the cmdcopy object is "Copy".

I leave you to...
Forum: PHP 26 Days Ago
Replies: 4
Views: 228
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
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
Posted By hakimkal
Help CREATING mode ‘privileges’ and ‘access rights’ on IIS 5.1 and higher.

1. CLICK ON “START MENU”
2. GO TO “CONTROL-PANEL”
3. CLICK ON “ADMINISTRATIVE TOOLS” ICON
4. GO TO “COMPUTER MANAGEMENT”
5. PLACE YOUR MOUSE ON THE ‘SERVICES AND...
Showing results 1 to 15 of 15

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:31 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC