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...
Nick,<br>
The problem wasn't in the replace function after all.<br>
I was doing an If memofield > "" to verify if that field<br>
had any content, which is obviously wrong. After I fixed<br>
that part the original solution that noodle gave above<br>
worked fine.<br>
<br>
Thanks,<br>...
That worked fine with the script I am using on an access database. But when I try to use it with a different script on a text field of a SQL 7 database I get the following error:<br>
<br>
Microsoft VBScript runtime error '800a005e' <br>
<br>
Invalid use of Null: 'replace' <br>
<br>...
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...
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.