Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Could Not Start MySQL Service On Local Computer. Error 1067: The Process Terminated Unexpectedly .


Im getting this problem when i try to start mysql server when i try to right click and select 'start the service'...the lights

still red...i try to went MyComputer>Manage>Services and Applications>Services

i try to start mysql on properties...prompt error came out and says "Could not start MySQL service on local computer. Error 1067: The process terminated unexpectedly" .




View Complete Forum Thread with Replies

Related Forum Messages:
Apache Process Terminated When Loading Php Page
Itanium 2 (64-bit)
HP-UX 11.23
Apache 1.3.33
PHP 4.2.9

When loading a php page, the browser just pop-up a window telling
'Document contains no data'.

Apache error_log says:

child pid ? exit signal Segmentation fault (11)
....
....



View Replies !
Error Trying To Access The Local Web Service: GetObject Failed.
I was trying to install php on my Windows XP computer, and I keep
running across the following error: "Error trying to access the local
web service: GetObject Failed. You will need to manually configure
IIS via the management console."....

View Replies !
Page Terminates Unexpectedly But Without Error
I have a wierd intermittent problem with one of my php websites. On certain pages occasionally the whole page is not returned to the browser. It just cuts off after an arbitary length. No error messages are reported by either PHP or Apache.

I have placed debugging comments at the end of the script and it appears that the script is completing normally. All database queries are executed and the script terminates without error. This problem only appears to have begun two days ago. No changes have been made to the script or server configuration. The error occurs for both IE and Firefox.

View Replies !
Parse PHP On Local Computer
Running Windows XP (Home) and would like to be able to parse PHP locally without having to upload files to my host server and view them there. I know I can install PHP on my PC, but what is the simplest way to set it up as a local server, preferably without needing to install Apache as well?

View Replies !
Check Local Computer Script
I am trying to do is create a script that searches the local computer of the user and if a filename is there, it will upload it to the mysql database.  Then, another script that searches for a filename on the database and if it's there, to ask the user if they would like to send it to their local computer.  Any suggestions?

View Replies !
Way To Select A Directory On Your Local Computer
Is there a way to select a directory on your local computer and automatically upload all files in to your server?

View Replies !
How To Upload Website From Local Computer
i have made my website on my local computer. and now i'm trying to upload it into server. but some errors happen, and these errors aren't show up in my local computer. please give me suggestion about making website in local computer and then uploading it.

View Replies !
Parsing HTML Files On Local Computer
I would like to be able to open and read HTML files that are on my local (client) computer and then parse them to extract some specific information they contain.

I've been looking here and reading my PHP books, but it appears to me that PHP only opens files on the server or URLs. It think that makes sense to me. Is there an alternative?

View Replies !
Saving Email Attachments To Local Computer
I receive a daily email attachment, which is a zipped .csv file. I am trying to write a script that is able to read this csv file. Currently I am using the IMAP function and I am able to access my mailbox and get the name of the attachment, but this is where I've hit a stopping point.

Is it possible to save the attachment to my local computer? From there I could use the zip_read function. I have tried file_put_contents, but that doesn't seem to work because of the .zip format.

View Replies !
Include Text File From Local Computer
how do i "include(file.txt); if i have it stored on my computer for security reasons or do i have to upload it to my domain.

View Replies !
Hyperlink From Intranet Web Page To Local Files On My Computer
I'm creating a company intranet, and every employee has certain
program we want them to be able to run from it, meaning we want the
link to the program to be on the intranet page. For example, Adobe
Photoshop resides on all the employees computer under "C:Program
FilesAdobePhotoshop 7.0Photoshop.exe"

However, when I enter that as a hyperlink on the page, it does not run
the program.

Is there a way to get a web page to run a program on the local host?

View Replies !
Passing Form Data To An Email Address/Excel Sheet On A Local Computer
I am right now learning PHP & want to know if there is a way to send
web form data to an Excel sheet located on a network. My windows xp PC
doesnot have a copy of Excel. Also i am not connected to the internet,
its a local computer.

What i am trying to do is to make a PHP script which will send a simple
form data to an excel sheet (or create a new Excel sheet) on another PC
on a network.

Since i am not connected to the internet, i will not be able to send an
email (anyway, sendmail is not available on Windows OS), nor do i have
any server on windows.

Is it possible to send form data to Excel sheet on local computer? Even
my PC is a local PC. Some one was saying its possible thru Windows
Scheduler.

View Replies !
How To Process A Local File Rather Than Just Read It
I can read a local file with

fopen("myFile.php");

However this gives me the source of the file (i.e. php code). I want
to get the results of the file after it has been evaluated (i.e. HTML).

The obvious way of doing this is

include 'myfile.php'

However, I want to process the evaluated result. For example:

echo htmlentities( include 'myfile.php' );

This doesn't work because the result of the include statement is true
or false rather than a string.

I'm sure this is very simple, but I'm just learning.

View Replies !
Error: Mysql_query(): Can't Connect To Local MySQL Server Through Socket
Any idea what it is:

mysql_query(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)

i am calling a function in another page using include at the top of the page to get a connection to the database Code:

View Replies !
AMFPHP Service Browser Error
i have AMFPHP installed on php5. when pressing submit in the service browser, the returning screen is white. please advise on a solution. this error happens on all services. when services are called from flash, it works properly. the issue is just with the service browser.

View Replies !
Trying To Setup Php_oracle.dll Causing Error During Service Startup
I am running PHP version 4.3.4
I am running an Apache server
I am running on Windows 2000

My PHP server has run perfectly since it was installed last November.
However, I just uncommented the line (I need PHP to interface with an
Oracle database):

extension=php_oracle.dll

And my Apache 9iAS service for Oracle will not start now. I am getting
"Could not start the Oracleoro9iasHTTPServer service on Local
Computer. Error 1067: The process terminated unexpectedly." The line
php_oci8.dll installs just fine when commented out and does not cause
an error. Why is this happening?

I have put the php_oracle.dll file into the target directory. I am not
sure why this is causing the HTTP 9ias server service not to start.

View Replies !
Socket Server Terminated
I'm in the early phase of making a very simple php socket server, which runs on a linux box. The basic idea is to create a master socket and enter a persistent while(true) loop to continuously handle incoming socket messages. When I run the server using putty (php -q socket_server.php), it prints out all the debug messages, serves some client socket connections, everything goes fine.

Somehow, after some time, the program just terminated all by itself. I mean, I couldn't track the process ID from ps -aux either. By the way, I have set_time_limit(0); to make sure the program never timeout. I am just so wondering why this thing happens.

View Replies !
MySQL Service On Win XP Pro
I cant seem to get the mysql service to start locally on my Windows XP Pro machine... Ive installed PHP with IIS and want to get MySQL going too. Everytime I start the service, i get a "Error 1067: The process terminated unexpectedly". MySQL is installed to C:mysql and everything.

View Replies !
Connect To MySQL.on A Different Computer?
I have an Dell 2400 with SuSE 9.3, Apache 2.0.54, and another server on the network, Windows XP SP2, and MySQL 5.0. If I run this script from a website:

<php
$username = "<whatever>";
$password = "<whatever>";
$hostname = "<WHAT GOES HERE?>";
$dbh = mysql_connect($hostname, $username, $password)
or die("Unable to connect to Mysql");
print "Connected";
?>

What do I put for the host name? Do I put the local ip address?

View Replies !
Error Running Exec() To Kill A Process
Red Hat Linux 7.3, Apache 1.3, PHP 4.3.3 I am trying to create a PHP script to terminate a process that is running on the server. The file and folder permissions are set correctly, but I am getting the error "kill 943: Operation not permitted"; I am running the command "exec ("/bin/kill 943");".

View Replies !
I Cant Connect To My MySQL Database From My Own Computer?
I cant connect to my MySQL database from my own computer? How do i do it?
N what bout the localhost? I am using my school's wireless network which has no IP address.. cos its configured automatically..

View Replies !
Local Error Log Is Not Working
I tried to define a local error log for one instance of my webserver, but
PHP seems to ignore it...

As a master value, in php.ini, there is:

error_log = /usr/local/php/log/php.log

As a local value, in obj.conf (SunONE 6.1 webserver):

Service fn="php4_execute" type="magnus-internal/x-httpd-php"
error_log="/www/site/php.log"

But from phpinfo(), I get: .....

View Replies !
Exception Handling - Standardise Error Reporting Process
I work on a site with a large code base, for which which have our own error handling classes. We've decided to start using php5's exception handling mechanisms but as i look into it, i wonder when this is the right thing to do.

We want to use it to standardise our error reporting process, and to make sure failed bd queries are logged. As i've started though i've realised...

If i throw an exception in the DB class, and make the code using the class responsible for trying and catching, it means we'll have to go through the whole of our site adding try/catch blocks wherever we try and access the db. If we miss one, and at some point throw an exception, we'll get a fatal error which is the worst scenario. Alternatively we could make the DB class responsible for handling the whole situation as follows. Code:

View Replies !
Fatal Error: Unable To Start Browscap Module In (null) On Line 0
I installed Apache today, succesfully, changed the necessary variables in httpd.conf - installed php and Mysql and Perl, yet when I run a PHP page, I just get the following error every time:

Fatal error: Unable to start browscap module in (null) on line 0
Unable to start modules.

View Replies !
PHP Installation Issues On WinXP And IIS - Error: Unable To Start DCOM Server
I just installed PHP 5.1.4 on Windows XP and I am getting an error
trying to load a simple phpinfo() script.

Server Application Error
The server has encountered an error while loading an application during
the processing of your request. Please refer to the event log for more
detail information. Please contact the server administrator for
assistance.

I checked the Event Viewer and I'm getting an error and a warning.

error: Unable to start DCOM Server as /IWAM_MYNAME_LT1. The error
"access denied"

warning: The server failed to load application /LM/W3SVC/1/ROOT. The
error was "general access denied error"

I have given Full Controll privileges to c:php, c:Inetpubwwwroot and
the php.ini file to both the IUSR and IWAM accounts. I have set IIS to
allow "Scripts and Executables". Application protection is "Medium
(pooled). I'm not sure what to do at this point. I don't remember ever
having this problem before. Any ideas what's going on?

One note... I changed "Application Protection" in IIS to "Low (IIS
Process" and now the PHP script loads... but restarting IIS with
"issreset /restart" causes IIS to crash.

View Replies !
A Poll Service Using MySQL Database?
I currently have a site that provides free polls for webmasters. All the data of these polls are stored in individual files.

But I'm considering storing all data (this include poll colors, width, etc. and total votes) in a MySQL database. This mean that everytime someone votes or view the results, the database will be accessed.

I was wondering, is this too much load on the server? Keep in mind that this is a free service for webmasters. So if let's say 100.000 webmasters put one of my polls on their site, and each of these polls gets many votes/hits. Will this be too much load for the server? Or is this better than having a file for each poll?

View Replies !
Warning: Ldap_start_tls() [function.ldap-start-tls]: Unable To Start TLS:
Warning: ldap_start_tls() [function.ldap-start-tls]: Unable to start TLS: Connect error in C:apachehtdocs oolconnect_ldap.php on line 46 LDAP TLS error.

And this is my code ....

View Replies !
Session Cookies Expiring Unexpectedly
I've written a fairly straightforward session login system. And it works just great on all the computers I've tested. However, the person who is going to be using the system is experiencing a problem where once in a blue moon, seemingly without pattern or reason, after using the system successfully for awhile the session cookies expire unexpectedly and they consequently get logged out.

The code is dead simple. Stripped down, it essentially works like this.

Here's where the login page creates the auth:

session_start();
$_SESSION['auth']=TRUE;

...and on consequent pages I test for the existence of the token auth.

Apparently there were some old bugs in IE that sometimes resulted in session weirdness, but I have made certain that everyone is using the latest version of ie6. This is doubly frustrating because I have been completely unable to reproduce this bug on my end.

Has anyone ever encountered anything like this before? Can you think of anything in the configuration of a local system that would possibly cause the session cookies to expire without warning?

View Replies !
Why Is My Session Expiring Unexpectedly After ~30 Mins?
One of the comments in PHP.net suggests updating a couple of ini settings (see first two lines of below code), but that still does not prevent the session from expiring prematurely.

I also tried manually setting the expiration for PHPSESSID in addition to calling session_set_cookie_params(), but the session still expires early. I would be most grateful for any suggestions. Here is the code I am using: Code:

View Replies !
Local Apache Server Error, But Ok When Hosted
I have just used a script that includes the first line

session_start();

On my computer where I have apache php and mysql installed I get the error:

Warning: session_start(): open(/tmpsess_4e8a9cf51a21ab1c9fe26630d5446262, O_RDWR) failed: No such file or directory (2) in c:serverapachehtdocsmaindex.php on line 2

But when I upload it to my host the page works without errors. Is there a problem with my apache setup or is it a php thing?

View Replies !
Start MySQL
I'm running a website on XAMPP and I was able to start and stop the mysql database each time I opened the Control Panel Application.

But the last time I had mysql running I clicked the Admin. button and that launched the mysql admin interface. Now, whever I click the Start button for mysql on the XAMPP Control Panel Application, the database starts for like 1 second then turns off again immediately.

View Replies !
Exporting Data From A MySQL Database To My Computer In CSV File Format.
I am interested in exporting data from a MySQL database to my computer in CSV file format.

View Replies !
Install PHP - Script Configure Failed Unexpectedly
Hi,
I tried install PHP4 on FreeBSD 5.0 (/usr/ports/www/mod_php4/make install clean), and getting error:

===============
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... configure: error: Use --with-apxs2 with Apache 2.x!
===> Script "configure" failed unexpectedly.
Please report the problem to dirk@FreeBSD.org [maintainer] and attach
the "/usr/ports/www/mod_php4/work/php-4.2.3/config.log" including the
output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/www/mod_php4.
*** Error code 1
=============================

Your help, advise, suggestion would be greatly appreciated.

View Replies !
Error Trying To Access The Local Webservice: GetObject Failed
I'm trying to install php on windows xp. I have got Apache
successfully installed already.

I keep running into this error when running the windows installer:

Error trying to access the local webservice: GetObject Failed. You
will need to manually configure IIS via the management console.

What causes this error and how can I avoid it?

View Replies !
Parse Error - Working Local Lan Linux Server
I have just setup my website with a new linux hosting service. I have
copied over my scripts and the jpgraph (the stable version) files from my
working local lan linux server. The hosting service runs PHP 4.3.9 and I
keep getting parse errors like this-

Parse error: parse error, unexpected '=' in
/home/fhlinux199/s/mydomain.org.uk/user/htdocs/jpgraph/jpgraph.php on line
1100

when I look at the content of jpgraph.php it is just fine

$valid_formats = array('png', 'jpg', 'gif');

prior to this it gave me a similar error with an invalid single quote at

$this_>background_image = $aFileName;

View Replies !
Unable To Start MySQL
I have just installed, PHP, Apache, on my WinXP Pro machine. I then went to install MySQL, which appeared to go well. I went into MySQL folder and opened up winmysqladmin, and clicked on Start. the response I got was unable to start try again in 30 seconds. Don;t know if this has anything to do with it, but in the books and help pages I have got, they all mention a log on page, to enter username and password, I have not seen this.

View Replies !
Mysql Start Of Word
anyone know how to search for something starting with a number in mysql?

and is there a way to find something starting with a symbol?

I have this, which doesn't work:
users.displayName LIKE '0-9%'
but these work individually:

users.displayName LIKE '0%'users.displayName LIKE '1%'users.displayName LIKE '2%'and so on, but that doesn't work for me, I need to have it so it will find everything starting with a number on the first search, same thing with symbols.

View Replies !
Can't Connect To Local MySQL Server Through Socket '/tmp/mysql.sock' (2)
this is a new error message I've not encountered before. looking at the phpinfo data, it says mysql.max_links is "unlimited" I'm using mysql_connect (vs pconnect). When I try inserting mysql_close() in my functions, I get the :

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

View Replies !
/usr/local/include/expat.h:971: Error: Conflicting Types For 'XML_FEATURE_UNICODE'
While building PHP 4.4.0 on a fresh installed FreeBSD 5.4 I get the
following error:

www# /bin/sh
/usr/home/c/console/toolscon/web/2/php-4.4.0/libtool --silent --preserve-dup-deps
--mode=compile
gcc -Imain/ -I/usr/home/c/console/toolscon/web/2/php-4.4.0/main/ -DPHP_ATOM_INC
-I/usr/home/c/console/toolscon/web/2/php-4.4.0/include -I/usr/home/c/console/toolscon/web/2/php-4.4.0/main
-I/usr/home/c/console/toolscon/web/2/php-4.4.0 -I/usr/local/include -I/usr/local/include/libxml2
-I/usr/local/include/freetype2 -I/usr/local/include/mysql -I/usr/home/c/console/toolscon/web/2/php-4.4.0/ext/xml/expat
-I/usr/home/c/console/toolscon/web/2/php-4.4.0/TSRM -I/usr/home/c/console/toolscon/web/2/php-4.4.0/Zend
-g -O2 -c main/internal_functions.c -o main/internal_functions.lo
In file included from
/usr/home/c/console/toolscon/web/2/php-4.4.0/ext/wddx/php_wddx.h:26,
from main/internal_functions.c:53:
/usr/local/include/expat.h:971: error: conflicting types for
'XML_FEATURE_UNICODE'
/usr/local/include/libxml2/libxml/parser.h:1196: error: previous definition
of 'XML_FEATURE_UNICODE' was here'

How to solve this? Any ideas? what is causing the problem?

The configure line:

'./configure' '--with-apxs2=/usr/local/apache/bin/apxs'
'--with-mysql=/usr/local' '--with-ttf' '--enable-memory-limit'
'--enable-track-vars' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-tiff-dir=/usr/local' '--with-png-dir=/usr/local' '--enable-bcmath'
'--enable-versioning' '--enable-trans-sid' '--with-zlib' '--with-xml'
'--enable-gd-imgstrttf' '--with-mcrypt' '--enable-calendar' '--with-mhash'
'--enable-ftp' '--with-curl=/usr/local/include/curl' '--with-xml'
'--with-dom=/usr/local' '--enable-wddx' '--with-sablot=/usr/local'
'--with-expat=/usr/local' '--enable-xslt' '--with-xslt-sablot'
'--with-dom-xslt=/usr/local' '--with-openssl=/usr/local' '--disable-cgi'
'--with-freetype-dir=/usr/local' '--enable-exif' '--with-gettext'
'--with-bz2'

View Replies !
Warning: Mysql_connect(): Can't Connect To Local MySQL Server Through Socket '/tmp/mysql.sock' (2) In /home/custcare/dbconn.inc On Line 2
It's really strange. I downloaded the latest 4.0.16 RPM from mysql.com
and installed it to my Fedora system, and did *not* do anything else
(Actually I am completely new to mysql).

I wrote a test php script to test mysql (ftp_connect('localhost',
'root');), but got the following error:

Warning: mysql_connect(): Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2) in /home/custcare/dbconn.inc on line 2

I ran phpBB2 installation page, got the same error. But it can connect
to mysql using my computer name.

View Replies !
MySQL Auto Increment Start Value
I know that with MS databases, you can specify a seed value for an auto increment field. Does MySQL have a feature like this? I'd rather not give customers order IDs like 00000056 becuase it's too obvious that the software is new.

View Replies !
Mysql Process Cpu 106%?
Im in real trouble here I have a new social networking site similar to myspace, I just opened it to the public today and it has only around 80 users so far and with like 20 online i get this mysql process cpu 106%.

View Replies !
Start On Uploading Info From A MYSQL Database
can someone give me a start on uploading info from a MYSQL database to a PHP webpage, I've got no idea how to do this, as i'm just beginning using php.

View Replies !
PHP/MySQL Process CPU Limit
i am developing a PHP5/MySQL website and testing it on my local machine, on an Apache server. And I have a problem.

I have written a PHP script that does a lot of computing and MySQL queries. I start it from a link on one of the pages on the site and when it's complete, and when it's done it writes in the output a sort of a "OK, DONE" statement on the next page.

This script has a lot of loops and can take up to 15 minutes to complete. The problem is that, while it is running, it takes up all of my CPU power, and I can't browse/do other stuff on the site until it's over.

Is there any way that I can limit the amount of CPU available to a single script???

View Replies !
Stopping A Process With Php/mysql
So I have a php page which starts a query which can take a while. I can even close the window and the process will continue to run. What I'd like to be able to know is what was the process ID I just initiated so I can also store that in a DB and how could I use php to kill that specific process on some other page.

View Replies !
Service Provider Problem: Warning: Mysql_fetch_array(): Supplied Argument Is Not A Valid MySQL Result
Strange one this, I have checked the forum and tried everything I can that is related and it still won't work.

I keep getting the following error on all my code:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource

I have just moved service provider and the code worked perfectly on my old site but no longer works with my new provider the code is as below. Code:

View Replies !
Does MySQL Start To Reach Any Sort Of Limit In The Number Of Rows
Does anyone thinks it's better to use one table for a lot of information, or use multiple tables to separate the info. For example, I am going to be having different areas from all of the western states reporting recruiting activity each week. If there are five regions reporting in each week, and about 10 people in each region reporting, would you recommend just having all the info in one table seprated by a regional name, or have a separate table for each region? My main question is: Does MySQL start to reach any sort of limit in the number of rows in a table that it can effectively process? If there were, say, 4,000 rows in a table, does that become a problem?

View Replies !
Process The Dates/times And Enter Into Mysql
how to display or process this for my site but im realy in need of it. My problem lies here:

What i want to do is have the user input there own dates and times for their event. I will then process the dates/times and enter into mysql. but this is where im confused.

Here is an image of the form fields how i want it to look it:

http://i16.photobucket.com/albums/b14/aburnzi/formdatetime.jpg

how do i process these using php, and how do i insert it into mysql for future use. how do i select them from mysql when its the current date.

View Replies !
Mysql - Implement A User Registration Process
Here is the setup:

1) I use PHP
2) I have a MySQL database setup.

Here is the issue:

Currently, I have a drop down menu that assigns a nme to a selection. This name is then passed to a new page via the following:

<?php print $_POST[ABC];?>

I am looking to implement a user registration process that would do one of the following:

1) either replace the <?php print $_POST[ABC];?> entirely with the user id, or
2) append the userID to the <?php print $_POST[ABC];?> command in the page that is opened.

My goal is to be able to identify a particular user when applicable, and if they have not/do not want to register, still allow them to utilize the site.

I am thinking the best way would be to have the php look for a cookie and if one does not exist (or is created via a login) then to default to the single POST[ABC] command.

View Replies !
Local MySQL
<?
$link = mysql_connect("localhost", "root");
mysql_select_db("database",$link);
$query = mysql_query("SELECT * FROM table",$link);
$anz = mysql_affected_rows($query);
echo $anz;
?>

View Replies !
Warning: Session Start() [function.session-start]: Open(/tmp/sess 8b10
Hello. Could someone tell me why i am getting these warnings on my php pages? And what i can do to fix it? Thanks.

Warning: session_start() [function.session-start]: open(/tmp/sess_8b107ef6a1cde0a7426aedc044c14cb2, O_RDWR) failed: Disk quota exceeded (122) in /home/ployjam/public_html/admin/login.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 23

Warning: Unknown: open(/tmp/sess_8b107ef6a1cde0a7426aedc044c14cb2, O_RDWR) failed: Disk quota exceeded (122) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

View Replies !
Design Process Of Building A MySQL Driven Website?
I was just wondering what the normal design process is for the experts out there.

Do you first design the application, and the database, and then come back and refine the html, css, and all the aethestic attributes of the site?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved