Wfeeds Top News for "mysql website"
view rss
eggBlog 4.0rc2 (Windows)
25/6/2009 | external link
eggBlog is the free php & mysql blog software package, allowing you to create your own online website, journal or weblog blog using your own Web-space. Powered by PHP and MySQL, eggBlog has a wide range of features including: easy to use Web-based administration and configuration. WYSIWYG easy-to-use text editor...
PublicPIM Website Database App 0.5.1 (Windows)
25/6/2009 | external link
Persons with PHP and/or js skills can use this software in order to create more powerful desktop or Web applications. A Website Database application created with Javeline Framework over an open MySQL database and can be enhanced with PHP coding for using the info in the database from other places...
Pushing HydroSequence
24/6/2009 | external link
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Digizex Video Tutorial - Basic Structure of a Flash Web Site - CS3/AS3 - SEO,CMS,Multilingual,MVC
24/6/2009 | external link
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Digizex Video Tutorial: Installation and Basic Features
24/6/2009 | external link
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite s FlashDevelop Project Templates. There are 8 videos totaling one hour.
The Digizex Debugger for Flash and Flex: Drop-in KapInspect and De MonsterDebugger without Breaking a Sweat [AS3]
24/6/2009 | external link
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite s FlashDevelop Project Templates. There are 8 videos totaling one hour.
FlashDevelop Fabrication Templates and Video Tutorial
24/6/2009 | external link
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Registration Script Problem
24/6/2009 | external link
CODE html head ?phpif isset $_POST 'submitted' {$errors = array ;require_once 'mysql_connect.php' ;if eregi '^ alnum . ' - $', stripslashes trim $_POST 'username' {$user = mysql_real_escape_string $_POST 'username' ;$query = SELECT username FROM users WHERE username = '$user' ;$result = @mysql_query $query ;$nu
Collation Default In Phpmyadmin
24/6/2009 | external link
When I was setting up my first SQL database test table with phpMyAdmin on my website, I was confronted with making choices I don't remember encountering in the tutorials. One choice in particular about collation stumped me.The default collation in phpMyAdmin for tables is automatically latin1_swedish_ci, and I accepted it since I didn't have a clue about what might be a better choice (and I looked collation up at dev.mysql.com, but it didn't help me understand what I should choose). I had hoped I'd see
I Get This A Lot
24/6/2009 | external link
Is there anyway that I can stop my website form saying:Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/www/tparpg.awardspace.co.uk/index.php on line 3Too many connections
User Access Using Php Mysql
17/2/2009 | external link
Hello All:I'm fairly new to PHP development and I have a few quesitons. I've developed a basic website which contains a directory which has files with forms to update the websites content, a Content Management System (CMS) per-say. I've included a username and password login form which will post to itself, upon returning to itself it should run some PHP code which should query the MySQL db. If it is a valid username and password then a cookie is set and the viewer is directed using the "header" code to th
How Do I Make My Website Safer From Hackers?
17/2/2009 | external link
The website I am making has been planned to handle a lot of traffic and a lot of people will visit it hopefully. But a problem that this has is that it's more vulnerable to hackers. I'm using plain old HTML for my web pages, but I'm going to implement PHP for my mysql database that I need to keep safe. The database connection info will be in a separate folder which will be locked with a password. Does anyone have anymore tips of things I could do to make it safer?
Fulltext Search On Website
17/2/2009 | external link
For the first time I want to have a search field on website, so user can search through all content on website, which I will store in database. I believe as far as my database is concerned I need to create the table as MyIsam type and have to set the relevant fields to "Fulltext" (heading and body text). Please correct me if I am wrong.I found on mysql.com that:For large data sets, it is much faster to load your data into a table that has no FULLTEXT index and then create the index after that, than to loa
Php Login, Register, Admin Cp, User Cp Script Help
17/2/2009 | external link
Hi, I am ColdEdge. I am looking for some one who could help me with modifieng a PHP script by adding few features to it such as. First Name:Last Name:Location:Age: -- if age is 10-12 then this IP is restricted from regesteringAnti-Bot: -- something simple like math questions like 1+4=? or 10-2=?--Registration Form Hiden/Automated--IP: -- this is an automaed prosses which will add members IP upon registration to database so if anything admin could ban this ip
Database Security
17/2/2009 | external link
Hey everybody,i've got a few quick questions (relatively simple) about php and mysqli'm very new to mysql and only a few days experienced with php, but I'm learning, soi'm working on a website (obviously) and i'm making a login, account part of the website and i wanted toknow how secure it would be if i were to have login/register pages add to and check the database and base the whole account system on php and databasesalso, how would i go about keeping users logged in for more than one page (i don't know
Case Study: Northstar Church
2/12/2008 | external link
Client: Northstar Church URL: www.northstarchurch.cc Design: Becky Siegrist @ C1 Design Overview Northstar Church has fantastic design and needed to translate that to their outdated website. Currently, they maintain their content with Adobe Contribute. They didn t want to do a complete overhaul of the site implementing a new CMS, and figured a skin refresh would give them legs to make it until next year before pursuing a a bigger project. Task 1 - Reskin The old design was circa January 2007