Being a long time Clipper programmer, many "headaches" arrived with php and mysql to me.
Not the syntax, (Since Pascal it's basically the same), but: "the way how php process the script make the problem, (to me, very new to php)".
It's Imortant to understand that php works from the server's...
Hello all !!
I have a mysql database table that dinamically has new records every minute. With sprintf() I've constructed a link to "record" one field named h6 with now() when the client click in the link (inclouded into the screen table).
Then, and knowing that header(location... doesen't work...
Thanks ALL !!!! specially jpadie. The project is now ready to run. It maybe called "taxi driver", becouse "security" (GPRS), and SMS (an easy way to call a taxi) are the cornerstones of the project.
My brother "Rod" (engeener) made the dirty work: he wrote in C the interfaces: with the SMS...
Thanks !!!! jpadie.
A "short browse" into the link you posted me, showed me that other methods of programming are avalaible, regardless if they are web-pointing.
After 21 years writing programs in "structured languages" like Pascal, dBase, Knowledgeman, Clipper, you surely understand that is...
Foamcow:
Excuse me my poor English: This was the reason you diden't understand completely my question, I review my question y realized that was poorly written. (another forum's rules broken!!! ... even the title of the thread was somewhat "strange").
But you are right that AJAX + XMLHTTP is...
Thanks Foamcow,!! but now I discovered that MORE than ONE submit button can exists in one form. (believe me, many people does not know this).
So, all I have to do is (from the server's side), arrange my php's script to evaluate the name (if exists), of the variables submitted from the form, (to...
I know that I'm breaking the forum's rules: Look carefully in a Google's search, find a thread in this forum, and so.. before sending a question,...forguive me..
But I'm urgent to have to know:
How can I call a php script (who must perform a query in a MySql database, and change fields), from...
Thanks Vragabond !!
Thanks jpadie !!
I'll try your's concepts. I'm a bigginer in PHP!!!!
By now, I've working with the following test code, and it works. I realized that only working with UnixTimeStamp I have the ABSOLUTE control over time, hours, etc., regardless midnight, and other troubles...
Hello all.
I'm very new to php and have a Mysql table with a datetime field, (filled with now() ), a lot of records new every hour.
My question:
My clients want to fill a html form in where they write how many hours ago they want to view records, (last 1 hour, last 2 hours, etc.). Of course no...
Years ago I thought that the __wait_b.obj, linked with the program stuff, was the final solution for high speed machines.
And it was.
But now, in genuine Intel 3.0 Ghz (NOT in AMD architecture), new problems arises: the well known "CPU hogging" was pretty resolved by Ted Means's excellent...
Try adding the following line in the AUTOEXEC.NT file, (or your eventual .bat file that runs your app):
mode con: cols=80 lines=25
This line, in combination with the 80x24 icon's properties, should work.
Good luck.
.... and now, by October ' 2002, what do you think about Linux ??
you know.... Linux is the OS of the Pentagon house critical information, (he regreted microsoft), the Nasa critical mission OS (Columbia, Endeavour, etc.), all the ships he launch at Cabo Cañaveral run his computers in Linux...
Dear friends:
Believe it or not. When you try to make a suitable DOS environment under win 2000, you usually try to set the files to 100 or more into de c:\winnt\system32\autoexec.nt.
( and of course, in config.nt ).
well, if you write a pretty and readable:
set clipper = F100...
Hi, someone recalled in this forum, that Clipper'apps will run smooth in win2000 and XP, so far you DO NOT overlay the source code, that is: no more .clp and .rmk files in your .exe creation process. Also seems that Blinker 6.0 is the linker to use in those environments. I really diden't...
When linking apps to win 2k, not try to overlay the code, forget all that complex *.lnk or *.rmk files. Simply type "clipper <myapp>", then "blinker (6.0) <myapp> (incremental off)".
Good luck.
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.