Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~7K People Reached
Interests
Ruby, Rails, PHP, Potgres, Mysql
Favorite Tags

19 Posted Topics

Member Avatar for kcrazy

o please i'd recommend cakePHP. it is simple if you know oop and also very painless. i love its ORM. it's a piece of work! i have used Zend also, but i prefer cake because of its support for convention over configuration.

Member Avatar for jkon
0
441
Member Avatar for rajeesh_rsn

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.

Member Avatar for Phaelax
0
463
Member Avatar for Taavi

[CODE=PHP] //pLS CHANGE if($_GET["cmd"]=="edit" || $_POST["cmd"]=="edit") //to if($_REQUEST["cmd"]=="edit") [/CODE]

Member Avatar for Taavi
-1
148
Member Avatar for essential
Member Avatar for hakimkal
0
159
Member Avatar for Jintu

your html elements lacks some attribute in ur drop down... take a cue here: [CODE=html] <form method="post" action="validate.php"> <select name="quiz"> <option value="-1">Select whatever applies</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> </form> [[/CODE] [CODE=php] // my php code to pick user select will take this form //Code in file........validate.php $score …

Member Avatar for Jintu
0
3K
Member Avatar for finance-blog

try these line and see what you get? [CODE=php] <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']) ; ?> [/CODE] best of luck with the job.

Member Avatar for digital-ether
0
117
Member Avatar for thilinam

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 event sub proceedure. However for your calculator, when the tabstop gets to the 'btn1' …

Member Avatar for gurshan
-1
160
Member Avatar for hakimkal

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 fiddle with the snippet. [CODE] Private Sub cmdcopy_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Teme64
0
822
Member Avatar for JayJ

[code=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" ; //your sql statement $exec_qry = mysql_query($qry) or die ("query failed".mysql_query()); $pulling = mysql_fetch_array( $exec_qry,MYSQL_ASSOC); foreach($pulling as $valuefromdb); printf('%s','<a href="targetlink.ext". "?parameter= ". $valuefromdb . " ' ) ; mysql_close($xconn); …

Member Avatar for sikka_varun
0
111
Member Avatar for moerpheus

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 days there are variety of PHP frameworks(symfony,zend, etc) used for …

Member Avatar for moerpheus
0
265
Member Avatar for bluerain25

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"> <select name = "cboCity"> <option selected="selected" value="-1"> Choose City</option> <option value="Ohio" >Ohio</option> <option value="Denver">Denver</option> </select> <input type="submit" name="push" …

Member Avatar for hakimkal
0
149
Member Avatar for Stefano Mtangoo

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 of luck! Cheers

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for hakimkal

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 guide PDF book had its focus more on *nix core systems though probably with a few …

0
86
Member Avatar for Bhatti302

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 Office\Office\Samples\Northwind.mdb;Persist Security Info=False" s.open don't forget the recordset property and its method after this let me know how u do make out

Member Avatar for hakimkal
0
259
Member Avatar for sweet cLassy

If you don't like xampp you could use WAMP 5 1.7.4. It is available at [url]www.anaska.com[/url] and precisely [url]www.wampserver.com[/url]. don't get frustrated, it is sweeter when you learn this way...

Member Avatar for mar12sky
0
175
Member Avatar for atplerry

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 instance, you have a folder called: "my_new_project" inside the www root folder, all you need …

Member Avatar for hakimkal
0
115
Member Avatar for knrakesh

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 learn and how to do some of these things your self. Pls do not …

Member Avatar for digital-ether
0
172
Member Avatar for Chris101a

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 you want to create tables continously in your page? please go through what you want, i …

Member Avatar for langsor
0
108
Member Avatar for hakimkal

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 “+” ICON TO REVEAL YOUR ‘IIS SERVICES’ 7. CLICK ON THE “+” ICON TO REVEAL ‘WEBSITES’ 8. …

Member Avatar for nav33n
0
71

The End.