Tag-mysql

3246reads
vBulletin 4.1.5 now available for download

vBulletin 4.1.5 now available for downloadview story

https://www.vbulletin.com I am happy to announce that vBulletin 4.1.5 is now available to be downloaded from the vBulletin Members Area at: http://members.vbulletin.com Important We had envisaged to incorporate an updated mobile style for 4.1.5, however development and QA to get the product to a sufficient level of quality has taken a longer period of time than we had initially envisaged, and we are not sufficiently satisfied with the style yet in its current state. We are targeting to incorporate this product in version 4.1.6. We apologize in advance for any inconvenience this may cause. vBulletin 4.1.5 includes: Mobile App Identifier If you are using the Mobile Apps for the site, you can now see if a post was made using a mobile device.

4155reads
Is There Money in Open Source?

Is There Money in Open Source?view story

http://sixrevisions.com Web development and free and open source software (FOSS) have gone hand in hand since the beginning of the web. Popular scripting languages and web development frameworks such as PHP, Rails and Python are all open source, and many of the most popular platforms built on top of them, like WordPress and Drupal, are too. Open source has leveled the playing field by reducing the costs of creating software and web services, as well as nurturing innovation and sharing in the web development community.

487reads

php addslas function help neededview story

http://forums.digitalpoint.com php Code: <?php$lines = file('file.txt');foreach($lines as $num => $line){$fullname = "name";$email=addslashes($line);$password = base64_encode(password);mysql_query("INSERT INTO table (fullname,email,password) VALUES('$fullname','$email','$password')") or die("Insert failed: " . mysql_error());}?> please see the above code i want to add addslashes for $email but this is not doing in the way i mentioned above where i mistaken it do not gives any error

393reads

I create Facebook applications and Augmented Reality and Facial Detections.view story

http://forums.digitalpoint.com I create Facebook applications and Augmented Reality and Facial Detections. I develop website using: PHP, MySQL, Javascript, AJAX, jQuery, HTML, CSS and CodeIgniter Framework. With a very fair price. email me at: ressil.zafra@gmail.com Thank you!

491reads

45 Free eBooks for Developers and Designersview story

http://speckyboy.com Over the past year or so we have published several articles featuring a selection of the best free ebooks for web designers, with each post proving very popular and highly resourceful. Sadly, since then some of the fantastic ebooks we previously featured are no longer available or are no longer been offered as a freebie. But looking on the positive side many new web design ebooks have been released and, as you will see within this post, there are also a few ebooks, recommended by our readers, which we missed in those previous articles.

374reads

PHP Front-ends For Databases With No Coding: DaDaBIKview story

http://www.webresourcesdepot.com DaDaBIK is an open source (but not totally free, requires a small donation) and mature PHP application for creating a customizable database front-end without coding. Within minutes, you can create a basic CRUD (create, read, update, delete) application or dive into its features to build a more complicated one. It doesn't generate a PHP script, stores the settings and can easily adapt to changes made in the database schema. The application works with MySQL, PostgreSQL, Oracle + MS SQL Server and has features like choosing:

4102reads

PHP quiz Problemview story

http://forums.digitalpoint.com I have a php quiz script. When i click submit, it successfully outputs the total number of correct answers. but when i submit a query for random select then the result of a quiz is wrong please help me as soon as possible: the code is: <?php include("contentdb.php"); $display = mysql_query("SELECT * FROM $table ORDER BY id",$db); if (!$_POST['submit']) { echo "<form method=post action=$PHP_SELF>"; echo "<table border=0>"; while ($row = mysql_fetch_array($display)) { $id = $row["id"]; $question = $row["question"];

4100reads

I develop website using: PHP, MySQL, Javascript, AJAX, jQuery, HTML, CSS and CodeIgnview story

http://forums.digitalpoint.com I develop website using: PHP, MySQL, Javascript, AJAX, jQuery, HTML, CSS and CodeIgniter framework! Cheap price.

6126reads

Collective: jQuery Mobile PHP MVC Frameworkview story

http://tympanus.net A simple MVC framework using jQuery Mobile.Current Features: MVC Architecture Simple Database (MySQL) and Authentication Classes Custom routing for clean URLs Apache (.htaccess), NGINX and Lighttpd support Configuration: ... // Be sure to set these! define("BASE_URL","http://localhost/jqmobile/"); define("COOKIE_DOMAIN","localhost"); // Database Config $database = array ( "user" => "root", "pass" => "", "host" => "localhost", "dbname" => "jqmobile" ); ... Sourcehttp://devgrow.com/jquery-mobile-php-mvc-framework/Demohttp://demos.devgrow.com/jquery-mobile-mvc/ google_ad_client="pub-8092681487200304";google_ad_slot="5129482204";google_ad_width=468;google_ad_height=60;