Jump to content

aball65

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

aball65's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I appreciate everyone's input. I obviously have some more work to do and will submit REV 2 soon... Thanks.
  2. I would appreciate any comments on an application I am in the process of developing for a friend's lawn mower business. [a href=\"http://www.addtis.com/htdocs/lawnmower/login.html\" target=\"_blank\"]http://www.addtis.com/htdocs/lawnmower/login.html[/a] You can use the following username and password to log on: username = demo password = demo Thanks in advance
  3. I'm looking to move my PHP/MySQL application from my home PC to a web hosting service. Bluehost.com ($100/year) seems to be a popular choice however their servers use different software versions than I'm currently using on my home PC: OS (I'm running XP on my desktop, host runs Linux) Apache (I'm running 2.0.55 on my desktop, host running 1.3.33) PHP (I'm running 5.0 on my desktop, host running 5.0) MySQL (I'm running 5.0.15 on my desktop, host running 4.1.1.4) Is this a major issue? Also, once I get up and running on a hosted server, is it typical to make changes directly on the hosted server or will I need to make changes on my home PC and then port them to the hosted server? Can anyone recommend a good web hosting service? Thanks in advance.
  4. Clicking the Q/PL button as defined by the following HTML: <td> <form> <input class="mediumbutton" type="button" value="Q P/L" onClick=popQIPLWindow(02132006205725) title="Query Parts and Labor"> </td> </form> and Javascript: function popQIPLWindow(rcvnum) { var varrcvnum=parseInt(rcvnum); url = 'http://localhost/lawnmower/qipl.php?rcv_num=' + varrcvnum window.open(url,'mywindow','left=525 width=475,height=320,resizable=yes,scrollbar=yes,location=yes'); return true; } results in the following screen pop 75% of the time: [a href=\"http://localhost/lawnmower/qipl.php?rcv_num=2132006210949\" target=\"_blank\"]http://localhost/lawnmower/qipl.php?rcv_num=2132006210949[/a] and the following screen pop 25% of the time: [a href=\"http://localhost/lawnmower/qipl.php?rcv_num=149520190421\" target=\"_blank\"]http://localhost/lawnmower/qipl.php?rcv_num=149520190421[/a] The following is the screen pop I need: [a href=\"http://localhost/lawnmower/qipl.php?rcv_num=02132006210949\" target=\"_blank\"]http://localhost/lawnmower/qipl.php?rcv_num=02132006210949[/a] Any help would be greatly appreciated - Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.