Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 8 of 8
Search took
0.85
seconds.
Search:
Posts Made By:
mbenson
Forum:
Ajax and Design
04-10-2009, 07:04 PM
Replies:
1
help with Ajax calls.
Views:
1,067
Posted By
mbenson
help with Ajax calls.
I hope this is the right spot for this..
I have 2 Select boxes on a page, and each one is calling to a separate function to get data from a MySQL table. Individually they work fine. When I have...
Forum:
MySQL
01-02-2003, 09:04 PM
Replies:
2
mysql Dump file?
Views:
693
Posted By
mbenson
you can also use 1- mysqladmin -h myhost -u...
you can also use
1- mysqladmin -h myhost -u root -pmypass create dbname
creates the database
2- mysql -h myhost -u root -pmypass dbname < file/location/db.sql
to import the tables into the...
Forum:
MySQL
12-03-2002, 02:28 PM
Replies:
12
MYSql Quering
Views:
1,935
Posted By
mbenson
wouldn't it be better to say: SELECT *...
wouldn't it be better to say:
SELECT * FROM table WHERE column != '';
??
Saying that WHERE column is NOT NULL...
Forum:
MySQL
12-03-2002, 02:14 PM
Replies:
2
Alter Table
Views:
1,820
Posted By
mbenson
Re: Alter Table
Try not telling it to use mediumtext (1000). MySQL uses that type column as a field up to 16.8MB (16000000 chars or something).
just use:
ALTER TABLE fm CHANGE suggestion suggestion MEDIUMTEXT;
Forum:
MySQL
12-03-2002, 02:09 PM
Replies:
6
Refresh row positions after deleting one?
Views:
4,242
Posted By
mbenson
If you are really concerned about that, then you...
If you are really concerned about that, then you could simply run these commands to "reset" that column. Simply put:
ALTER TABLE table_name DROP COLUMN column_name;
ALTER TABLE table_name ADD...
Forum:
MySQL
12-03-2002, 01:58 PM
Replies:
11
What's wrong with this PHP/MySQL script?
Views:
1,595
Posted By
mbenson
I like $result=mysql_query($sql); if...
I like
$result=mysql_query($sql);
if (!$result) {
echo("<p>Error in query: " . mysql_error() . "</p>");
exit();
}
Forum:
General web building
09-11-2002, 02:08 PM
Replies:
2
Mousout !!
Views:
913
Posted By
mbenson
I'm pretty sure that NN doesn't support it...
I'm pretty sure that NN doesn't support it (before 6.2). The best thing you can do, in my opinion, is to make it look as neet as possible in all browsers. I got this, and it looks alright accross,...
Forum:
General web building
09-10-2002, 07:54 PM
Replies:
4
Annoying advertising in the Internet
Views:
1,109
Posted By
mbenson
I would leave you site right then and there. I...
I would leave you site right then and there. I had no control over that, and it's a huge problem for me. You could be offering me a great deal, and I wouldn't have seen it because I looked at the...
Showing results 1 to 8 of 8
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:46 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.