Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

create php

0
votes
1 answer
37 views

How to create table with multiple field dynamically in PHP

$dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn ) { die('Could not connect: ' .…
asked June 21, 2011 12:48 pm CDT
edrian
0
votes
3 answers
51 views

Create table mysql

Hello all, I'am new to mysql and i want to know what KEY (not primary key) means in the query below : CREATE TABLE `users` ( `id` int(11) NOT NULL…
asked April 15, 2011 3:12 am CDT
Bobj-C
0
votes
1 answer
98 views

MySQL table create taking way too long

Hi, I have a PHP script that creates 70 empty tables. However, it's taking nearly 30+ seconds to create them. What is causing it to take this long?…
asked February 11, 2011 12:06 pm CST
Spencer
3

create php

Tagged: create + php
Related Tags
mysql × 7748
regex × 1423
apache × 1113
sql × 642
.htaccess × 554
database × 499
html × 403
javascript × 321
php5 × 310
query × 300
mod-rewrite × 278
jquery × 265
codeigniter × 250
http × 229
ajax × 212
arrays × 203
pdo × 186
preg-replace × 165
phpmyadmin × 142
preg-match × 136
linux × 135
nginx × 135
apache2 × 134
wordpress × 133
memcached × 120
postgresql × 117
mongodb × 116