Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GAstrada

    HELLO ALL!! I'm new to this forum, PHP know how to talk!!

    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...
  2. GAstrada

    Refreshing php pages without using the browser's refresh button

    Thanks jpadie !!! I'll try your methods.. Regards
  3. GAstrada

    Refreshing php pages without using the browser's refresh button

    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...
  4. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    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...
  5. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    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...
  6. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    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...
  7. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    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...
  8. GAstrada

    Using Onclick event in any button of an HTML form to run a PHP script

    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...
  9. GAstrada

    Resctricting querys with datetime

    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...
  10. GAstrada

    Resctricting querys with datetime

    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...
  11. GAstrada

    Yet more problems with Clipper apps running on Intel 3.0Ghz

    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...
  12. GAstrada

    dos application on windows 2000 only half screen

    Add in the batch file that calls your app exe file the following line: mode con: cols=80 lines=25 It works fine, in a real dos screen. Regards.
  13. GAstrada

    Screen Size and printer problems with Clipper in WIN XP

    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.
  14. GAstrada

    Screen Size and printer problems with Clipper in WIN XP

    Try Windows 2000 Professional. Other OS (from Microsoft), are the worst, a mesh !!!!!!! good luck !!
  15. GAstrada

    Clipper error base 1133, help needed

    Have you tried Blinker 6.0 as a linker? it works fine in windows's based plattforms. Any speed. regards.
  16. GAstrada

    ..... AND WHAT ABOUT GNU / LINUX ?

    .... 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...
  17. GAstrada

    DOS applications on Windows2000

    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...
  18. GAstrada

    Clipper Programme Running Slowly in XP

    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...
  19. GAstrada

    DOS applications on Windows2000

    When linking apps to win 2k, not try to overlay the code, forget all that complex *.lnk or *.rmk files. Simply type &quot;clipper <myapp>&quot;, then &quot;blinker (6.0) <myapp> (incremental off)&quot;. Good luck.
  20. GAstrada

    windows xp and clipper/blinker??

    When liking apps for win xp or 2k, not try to overlay the code, simply write &quot;clipper <myapp>&quot;, then &quot;blinker (6.0) <myapp>&quot;.

Part and Inventory Search

Back
Top