Hi everyone,
I have a client who wants to insert some mysql info into his customers html pages that are on another server. Can CGI do this?
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
Hi everyone,
I want to understand how to use exponents in perl. Does anyone have a tutorial on the web?
Say I want to write an equation like
4 to the 3th power. How is it written?
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
Hi everyone,
I have a laptop that freezes after about 10 minutes of use. But the mouse still functions. It just doesn't recieve any click or keyboard activity. I'm wondering if it's just a small part that needs replaced.
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
Hi everyone,
I have a wind chill formula that uses exponential notation, which I'm new to. Can someone tell me how to write t his equation in perl.
windchill=(13.12+0.6215*temp-11.37*Math.pow(wind,0.16)+0.3965*temp*Math.pow(wind,0.16));
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
Hi everyone,
I have an old laptop that has 2 places to plug in the phone line. One has the symbol of a phone and the other says ether. When I plug my phone line into either I get no dial tone when I try to connect. Am I misunderstanding what these phone slots are for?
Thanks
Pat...
I'm trying to transfer an image and want to use LWP::Request so I can check the filesize and content-type.
The code compiles, but doesn't transfer the content.
I put alot of traces in and would rather not use mirror, or LWP::Simple. I need the files to transfer everytime and make sure the size...
I have a script that I would like to write in js. But I would have to be able to load txt data or mysql data several times after the page has loaded without reloading the whole page. Can JavaScript do this?
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
Hi everyone,
I would like to know if it's possible to create a timer for my scripts. If it times out I want it to exit.
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
I'm running a script under the owner name and it makes directories and works great as a cgi script from the browser. But when ran with crontab the cron program sends me emails saying the script fails because of pemission denied errors.
Doesn't cron login under the user name selected? Which in...
I have a script that I would like to exe every 10 minutes.
I've set it as a cron job, but cron sends me emails that it can't make directories because of improper permissions (0755).
The directories write permissions are given to the owner, and the cron job is assigned under the same owner...
I get file not found error
DBD::mysql::db do failed: File 'C:\Program Files\Apache Group\Apache2\htdocs\dbase\code_tables\code_table_4677.txt' not found (Errcode: 2)
I have to be able to place the text file outside of mysql directory and load it with an absolute path.
This is my query:
LOAD...
I have an error in my EXISTS statement.
IF EXISTS table SELECT * FROM table WHERE I_I_i_i_i = '15472'
The table may not have been created yet, is there a way to tell with the EXIST statement before I do and querys on it?
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
I would like to load variables from different js files.
But the js file to load depends on a variable that is determined from another loaded js file.
I tried this but it didn't work but it threw no errors
<SCRIPT type="text/javascript" src="http://localhost/js/main.js"></script>
//dir is...
Hi everyone,
I have installed mysql and thought I knew what I was doing from the last install. I switched OS from win98 to winXP.
All seems ok. Green light is showing. connect fine from command prompt with just mysql command.
But when I try to connect from a perl script the user and...
Does perl have a function to get the buffer size of a string. I read something about sysread from a book that is a few years old. I thought maybe there have been some developments since then.
Thanks
Thanks
Pat
ideas@microwebber.com
http://microwebber.com
I get an unknown error from the command prompt on an XP box.
My goal was to fetch a list of numbers for the socket port.
Maybe it's just an XP problem ??
#!perl -w
my$hostprog = 'localhost';
if(open(LOG, ">>./log.txt")){
}else{print "Couldn't open LOG";}
use IO::Socket;
use LWP::Simple;
#get a...
I just want to update the timestamp on the cookie if it fetches ok.
My script keeps asking me to login every 15 min. even though I've successfully sent the cookie on each page visit.
Should this line be different??
print $pkg::q->header(-cookie=>$cookie);
or should I delete the cookie where I...
Hi everyone,
I just discovered a neat deal on a resellers account for websites. I pay less and get more privileges. Now I can create databases, determine the number of databases and sell websites to my clients. And all this is done from a program called Plesk.
The only trouble I'm...
I would like to have both applications on my pc. But apache won't start when Imesh is installed. Is it because the other program is using the same socket. I get a listening error, no sockets available from msdos prompt
Thanks
Pat
ideas@websiteprogrammin.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.