Jump to content

Nslookup using dig to php


Zabidin

Recommended Posts

Are you getting an error? If so, what error do you get when you run the code?

What appears as the error on the page? 

And while you're add it, add

 

error_reporting(E_ALL);
ini_set('display_errors', '1');

 

to the top of the file so you can see the errors that appear. (Assuming you fix the errors, you can comment out those two lines by putting a "//" before them.)

 

edit: It's fine to use ChatGPT for getting snippets of code (I wouldn't do it, but it's not like it's illegal or anything) but even though you say you aren't a programmer, you should at least try to look at the code and determine what it does.

Edited by Andou
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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