Jump to content

jack

Members
  • Posts

    3
  • Joined

  • Last visited

jack's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Its some thing like this.2 files are there1)a.html - this file dont have any scripts its a pure html file.I want to call b.php file here.HOW DO I CALL b.php here?2)b.php- here i have a function written to redirect broswer to another site.Name of page is b.phpName of Function is repageMy question here is how do i call repage from a.html?Is it possible to call function written in a php page to be called in HTML page?If possible can anyopne help me?Its quiet urgentThanks in advanceJack.
  2. Hi All,i have a html page where normal all the html tags are there and i got a php page where i have written a function tp to redirect another .Javascript page.Its jsut a function to redirect a javascript file nothing more than that.The code is<?phpheader("Location: http://www.hhhhhhh.js/");?>Now my question is how can i call this function in .html file.]pls help me.Thanks in advanceJack.
  3. Hello all,Iam very very new to PHP first of all.So my questions seems to be funny for many experts here.Anyway my question is as follws : I have a HTML page and on this HTML page i have a code which redirects the user to other site, since the user can rt click and c the code i want to write that part in PHP. If i write .php file is it possible for the normal user to c the php code?Let me make it clear again On the HTML page i got a submit button when the user clicks on the submit button the user is redirected to .PHP page.Now .PHP file will be visible on the address bar.By rt clicking can the user c the code?Pls help meThanks in advanceRegardsJackFadd
×
×
  • Create New...