I'm giving up for now with my JOIN creating a view for search reasons - I need help :/
Here are my tables:
Profiles
id company user_id
1 ACME 2
2 Joe 4
3 Wolf 5
Users
id role_id online
2 4 2010-10-08
4 2 2010-10-08
5 4 2010-10-08
Rubrics
id title
1 Stee...
Hello
How can I select several not continuous rows ?
If I wanted to select rows 1 to 7 I'll write
mydata[,1:7]
But what if I need to select rows 1 to 5 and 10 to 15?
...
How to disable row selection in extjs grid.
...
Hi Guys,
I am trying to create a php script that inputs the HTTP links pasted into a textarea into a separated row in a database. More exactly:
First page is where the textarea (name=textarea-linkfield) is, links are going to be pasted here
http://www.stackoverflow.com
http://www.yahoo.com
....
http://google.com
The links are being ...