How to know that which script on server PHP OR ASP?
How to know that which script on server PHP OR ASP?
ajayyadav
8:49 pm on Apr 2, 2008 (gmt 0)
Hi Guys,
Can anyone help me out to know that which script is used on my server for contact us. Whether it is PHP or ASP script?
coopster
8:55 pm on Apr 2, 2008 (gmt 0)
Look at the "action" attribute for that <form> and see what resource is being invoked on your server. Then FTP to your server and pull that file out and look inside.