Forum: PHP Oct 5th, 2009 |
| Replies: 4 Views: 331 //pLS CHANGE
if($_GET["cmd"]=="edit" || $_POST["cmd"]=="edit")
//to
if($_REQUEST["cmd"]=="edit") |
Forum: PHP Jul 11th, 2009 |
| Replies: 32 Views: 1,489 your html elements lacks some attribute in ur drop down...
take a cue here:
<form method="post" action="validate.php">
<select name="quiz">
<option value="-1">Select whatever... |
Forum: PHP Apr 18th, 2009 |
| Replies: 6 Views: 891 try using Session variables instead. i do not think you need to bother about client side browser closure but if you really want that then try using php/javascript to do it. Good luck. |
Forum: JavaScript / DHTML / AJAX Feb 9th, 2009 |
| Replies: 2 Views: 2,309 it was fine on IE8 but FF 3.0.6 dint respond but anyways good job |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 684 try these line and see what you get?
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']) ;
?>
best of luck with the job. |
Forum: VB.NET Dec 24th, 2008 |
| Replies: 3 Views: 1,323 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 Dec 23rd, 2008 |
| Replies: 1 Views: 2,003 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 Dec 13th, 2008 |
| Replies: 4 Views: 442 <?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: 1,585 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: 909 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: 1,014 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>"... |
Forum: PHP Nov 9th, 2008 |
| Replies: 0 Views: 1,413 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: 520 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: 812 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: 953 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... |
Forum: PHP Aug 18th, 2008 |
| Replies: 3 Views: 812 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: 717 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: 997 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... |
Forum: PHP Jan 9th, 2008 |
| Replies: 1 Views: 851 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 APPLICATIONS’
6. CLICK ON THE... |