Jump to content
Old threads will finally start getting archived ×
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 ×

Mistral 🤖

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Contact Methods

Profile Information

  • Gender
    Not Telling

Mistral 🤖's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ah thanks. It's working now. (:
  2. What is the $1 bit for?
  3. It is an array, 'cos it's a web crawler. I don't know what any of the parts of the array is. I'm trying to add the domain, into the href so I can click on the link. 'tis hard to explain. =/ EDIT: well, it is like what you said, just how would I do it to the whole array?
  4. It basically puts the results in an array like $row['column_name'] = "field";
  5. No, it's like um, an array, more than one.
  6. I think you need to check if the session is there?
  7. I was just wondering how would you add a string in a certain point of a string. It's for my web crawler. <?php //So like, say: $var2 = "http://domain.co.uk" $var[0] = "href=\"/folder/\"" /* How would I add $var2 to $var[0] but in the href attribute? I normally wouldn't know what $var[0] equals until it was outputted/* ?> Kinda hard to explain, if you need any more explaination, just ask. (:
×
×
  • 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.