Just wondering if anybody has a suggestion for tweaking the my.cnf file to reflect my server set-up.
I'm running Dual pentium III 550, 1G Ram, mirrored 8G SCSI HD.
Connections to the server are all through PHP about 90% SELECTS and 10% INSERTS/UPDATES.
It is a college sports site so I get some...
I have the clipart disc from an old Freehand 5 cd (totally legal, not pirated) that I used several years ago but have long since lost the application cd. I currently use Illustrator and no longer use Freehand. I would like to find a way to easily preview the clipart on the old Freehand disc...
Has anyone seen this problem?
After installing the Office 2000 service pack 3 I can no longer open previously created files in Excel. I get a "Unable to read file" error. I can create and open new files with no problem.
Thanks
I am trying to create a table that covers the full width of the browser window. My code works fine in IE but in Netscape there is a margin on the right side.
I am using the following for my body tag:
<body bgcolor="#ffffff" leftmargin="0" rightmargin="0"...
I am trying to check a string to make sure it contains only alpha-numeric characters. I have tried the following, but it does not work:
if (!eregi("[a-z0-9]",$request)){ .....
(error code)......
What am I doing wrong. Shouldn't this tell me if there are nonalpha-numeric characters...
I need to query an Access db for all of<br>the rows that match a specific month and year only<br>in a smalldate field. What is the best way<br>to format the WHERE clause of the sql statement?<br>I would like to use the moth as a 2 digit number<br>and year as a 4 digit number.<br><br>I have tried...
I have a date in the format mo/da/year (i.e. 3/12/2000).<br>
I would like to query a database field with datatype <br>
smalldatetime. Do I need to do some additional formatting<br>
of the date to query for all records that occur on this<br>
day? I know I can query using a format like Mar 12...
I am trying to retrieve data from a memo field in an access db to format into an html page. My problem is I need to replace the end of line characters with <BR> tags. When I view the source code of the resultant html page the hard returns are there, so I know they are coming out of the...
I have a strange problem.<br>
In a table I have a field with a datatype tinyint(3).<br>
In one of my rows the number that I input is 131 but<br>
for some reason it will not allow me to change it to<br>
anything but 127! I have tried different numbers and none<br>
seem to work.<br>
Has anyone...
I am having trouble parsing the form data of a text field.<br>
What I have is a form that is populated with default values<br>
that the user can edit.<br>
But when one of the fields is edited and the form is sent on<br>
to the next page only one of my field variables is parsed leaving me<br>...
I am using the following code to extract the images from a directory and place them in a table. It works fine except that the "." and ".." lines from the directory are also read as seperate files. I only want it to show .gif and .jpgs.: <br>
$ptr=opendir($path.$sport); <br>
while ($file =...
I know this is very basic but I am new to database programming and under pressure to create a database for a client within the next month and make it efficient. I understand how to create the database and how to access it dynamically (I will be using PHP with MySQL). I just want to make sure the...
I know this is very basic but I am new to database programming and under pressure to create a database for a client within the next month and make it efficient. I understand how to create the database and how to access it dynamically (I will be using PHP). I just want to make sure the initial...
I know this is very basic but I am new to database programming and under pressure to create a database for a client within the next month and make it efficient. I understand how to create the database and how to access it dynamically (I will be using PHP). I just want to make sure the initial...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.