Jump to content

how to extract strings on a web page using php


gopgally

Recommended Posts

if you want to return a text value from your webpage, then simply use either $_GET['variable_name'] or $_POST['variable_name'] depending on what your form method is.

 

if you want to return a text value from someone else's webpage, then that would be borderline hacking.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.