Havoc Posted April 8, 2013 Posted April 8, 2013 Hello, I want to ask how to add virable to link for exmaple:Local $ip = _GetIp() _FFStart("http://demeter.lt/links.php?&ip=[b]$ip[/b]&first=1")I did like this, but in url give me viriable like this: $ip don't give IP address.
Developers Jos Posted April 8, 2013 Developers Posted April 8, 2013 Try: _FFStart("http://demeter.lt/links.php?&ip=" & $ip & "&first=1") Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now