Jump to content
UBot Underground

How would I go about doing this?


Recommended Posts

Hey,

 

I have used PHP for a while so I am used to the if and else querys and variables but I am having a hard time getting to grips with uBot.

 

I want to scrape information with say 6 wildcards in.

 

How would I go about this for example:

 

<th scope="row">Barnsley v Leeds United</th><td class="date">14-Sep-2010</td><td class="time">19:45</td><td class="borderRight teams">Championship</td>

 

I would want to take Barnsley v Leeds United and call it #fixture, then take 14-Sep-2010 and call it #date, then take 19:45 and call it #time and then take Championship and call it #comp.

 

Then I could say something like this

 

if #comp = championship then go to a form and insert fixture, date and time.

 

Thanks

Link to post
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.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...