Jump to content

Repeater

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Repeater

  1. I want to use the results from a SELECT on my database in my Javascript code. I realize I am trying to transcend the Client / Server domain exclusivity thing. At the moment, I succeed in fetching my data and echoing it (server side). This is OK. NOW, is there a trick to getting my record data into my calling JAVASCRIPT code so I can do some work with it using Javascript? Thanks very much.
  2. Repeater here: newbie to newbies: It turns out nothing is working when I upload my PHP programs to the browser (Firefox, IE) because my host provider does NOT support PHP programming. Thus no way to access a server using PHP and so on. I get it now. Will be following the usual course of designing my interactive page using APACHE, MYSQL and PHP wrapped in the WAMP2 download and seeking a different host once said web site is ready for release. Anyone else experiencing a hostile browser to your PHP creations, this may be the reason. Thanks.
  3. You are correct. My friend has told me my host is somewhat lightweight and does not support PHP programming. The skies have cleared. Will be polishing skills using the WAMP2 server and looking for a new host upon the release of my web page. Thanks.
  4. Hello, I am a newbie. My PHP coded programs, which work fine on the APACHE server (localhost) do not execute when uploaded and accessed from the Firefox browser. Only the source code gets displayed. Also, if I run a script invoking PHPINFO(); , I do not get the appropriate screen, again only the line of script. Do I have to work this out with my host? Thank you.
  5. Hi, I live in Japan. I have a very basic question. Since my Japanese is ....No Good... , setting things up here has been interesting to say the least. At this stage, it's time to wean off the WAMP/APACHE database tutorial Steve teaches, typing LOCALHOST and getting results has been fun, but now I want to go dynamic on the Web. To use my server's database. The problem seems to be my PHP examples work fine on the APACHE server but not on Firefox. When I upload a .php program and access it, it does not execute. Only the source code comes up on the screen. Thanks a bunch guys. "Watch out for that first step, it's a doozey" B. Bunny
×
×
  • Create New...