- Interests
- Ruby, Rails, PHP, Potgres, Mysql
19 Posted Topics
Re: 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. | |
Re: 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. | |
Re: [CODE=PHP] //pLS CHANGE if($_GET["cmd"]=="edit" || $_POST["cmd"]=="edit") //to if($_REQUEST["cmd"]=="edit") [/CODE] | |
Re: it was fine on IE8 but FF 3.0.6 dint respond but anyways good job | |
Re: 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 … | |
Re: try these line and see what you get? [CODE=php] <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']) ; ?> [/CODE] best of luck with the job. | |
Re: 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' … | |
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 … | |
Re: [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); … | |
Re: 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 … | |
Re: 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" … | |
Re: 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 | |
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 … | |
Re: 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 | |
Re: 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... | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … ![]() | |
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. … |
The End.