I have a php page and these two inputs fields. My goal is to check if the second input is equal to first input (live) and make an error msg. The code i have so far is this: In the end of the php i have a Javascript checking: Its not working, as u understand. Any help ? PS. I’m
Tag: script
Call to undefined function IlluminateFilesystemsymlink()
I am installing a php script on my server as a test but I’m experiencing this error. Since I am a begginer in PHP language I am having trouble understanding what is wrong with the script code. I enabled debug mode on the application and got this error message ”Call to undefined function IlluminateFilesystemsymlink()” and this is the code The
PHP Echo ipv4 and Ipv6
How Do I make it so my script echo’s both IPv4 And IPv6, but if 1 of them is not detected it will say ”Not Detected”. Answer There’s only one address, IPv4 or IPv6. You can detect using the filter extension