I opened up Outlook Express yesterday, and I noticed something weird. All of my folders that I divide my mail up into were all messed up and out of order. Then, when I tried to receive my mail from my 3 accounts, I got errors for all of them. I couldnt figure it out, the only thing I did was run...
After connecting to my database, I use the following to make sure the links are working properly:
use LWP::Simple;
while(my ($id, $Name, $Cat, $Type, $Players, $Object, $GameURL) = $sth->fetchrow_array()) {
if(head($GameURL)){
} else {
print "Not Working: $GameURL<br>"
}
}...
The following code should read the mail in my inbox, add it to a mysql database, and then delete it. However, I do not have the MHonArc module installed to run it. That module is used to strip html code(from what I read). All of the emails I get at the address I want to log will be undeliverable...
I have a CSV file. It has 9 digit part numbers in it. Some of the part numbers begin with zeros. The zeros are there in the CSV file, but when I open it up in excel, they are removed. Is there away I can format the cells to text before opening the file so the zeros are there?
JoeM6...
I have a scrollbar in DHTML on my site. It works fine, but if you click on the bar (not the arrows), it sticks, and no matter where you move the mouse, the page scrolls. To see what I am talking about, go to http://www.jlhsband.com and click on 'Media'. Click on the music notes. The source of...
I want to close my site for a few hours while I perform some updates, but I dont want anyone viewing the site while the site is being updated. Is there a Perl script that can redirect like every page to a page that says like maintenance in progrss or something? If not, can it be done in PHP...
I am building a website in ASP. My webhost just sent me php files to create databases and tables. Can I create the databases and tables in Php, then add/edit/delete records and with ASP?
JoeM6
JPMJR11@aol.com
http://gamecentral.20m.com
Yes thank you, that works. I also figured out I could do it like this because I am also working with ASP:
<SCRIPT Language=VBScript>
if screen.height = 480 Then
<%
resolution = "480"
%>
End if
if screen.height = 600 Then
<%
resolution = "600"
%>
End if
if screen.height = 768...
I want to put the following script on my page twice, in two different places:
<SCRIPT Language=VBScript>
if screen.height = 480 Then
document.write ('480')
End if
if screen.height = 600 Then
document.write ('600')
End if
if screen.height = 768 Then
document.write ('768')
End if
</SCRIPT>...
I want to make it so people who join with my site have the option to remove the banner ads like on tek tips and all unregistered users dont have the option, is there a way to do this in asp?
JoeM6
JPMJR11@aol.com
http://gamecentral.20m.com
I have had problems connecting to databases too. The only way i can connect os by using this script:
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\db\dbname.mdb")
Just change the...
I fixed it, I didnt realized you cant write to a new database, there has to be some information in it. Also, the field labled type was causeing some problems so i changed the name of it.
JoeM6
JPMJR11@aol.com
http://gamecentral.20m.com
I have a script that adds a record to a database. I get an Expected Identifier Error when it processes. Ill show you what i have.
-------------
add.asp
This is the page where all the information is put in:
<form method='post' action='add2.asp'>
Game ID: <small>(Auto Number)</small>
Name of...
If i have a database, and have a field that has an auto number, will that increase when i add records using a form online?
JoeM6
JPMJR11@aol.com
http://gamecentral.20m.com
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.