Search:
Type: Posts; User: rayhab
Search :
Search took 0.01 seconds.
Can anyone give suggestions of version control software they use?
I am looking for something with a Check-In/Check-Out system. Preferably something with UI (rather than command line).
I've...
Thanks for the reply AJ,
It doesn't really matter which one to remove, lets just say keep the first record, remove the rest.
I can't really use DISTINCT or GROUP BY, since i want to keep the ones...
I'm working in MySQL.
I have a table: table1
Columns: col1, col2, col3
Here is data in table1
col1 col2 col3
bob vance 0
mike scott 0
Hello,
I am trying to understand why my fulltext queries are returning these scores, they don't make sense to me.
First off, here is my fulltext create
ALTER TABLE main ADD FULLTEXT(col1,...
I am looking for an alternative to preg_match.
preg_match returns true or false the the regex was found.
I am looking for something that returns the string if it is found.
I tried using preg_grep...
In your loop, you are overwriting the previous data.
<?php
$arrData = array();
$sql="SELECT b.message, r.rightphoto, l.leftphoto FROM blog b, rightphoto r, leftphoto l";...
Hello,
I am trying to write a script that auto populates a craigslist form.
I plan on asking the user to signin to their craigslist account before they hit the function to auto populate, that way...
The site is still in beta mode, any constructive critism would be nice. It's a healthcare job board : CareerVitals.com
I accidentally ran the command
rm -r -f /*
FML
Does anyone know how to recover? I canceled it 2 seconds after i ran it. But some things aren't working..
EG
Just an updated.. i changed the header of the url set to
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"...
Hello,
I am currently running my xml sitemap i've created through test to make sure it's valid.
I am using http://www.xml-sitemaps.com/validate-xml-sitemap.html to validate.
The problem i keep...
Has anyone across any free web-based load testing software? I'm sure there's at least one out there, just haven't been able to find it.
I would also settle for free non web-based software. I...
I was wondering if anyone knew if this existed.
I embed a pdf file onto a site, now i want to notify the server that the next page button was hit.
Is there any technology that can detect this? ...
Hi,
I have a domain name registered with godaddy. Lets call it mydomain.com.
Now I have a shared server on 1&1. I stored all the content I made for mydomain.com in otherdomain.com/mydomain.
...
I really like the idea... and great name for it to.
I like the overall layout..
Some things i would change..
on the main page.. there is a lot of empty space there.. you can probably add an...
Thanks for the input guys.. i've redesigned the site with some of your suggestions..
http://www.drinkmixguide.com
For that, you need server verfication.. so you should do it in asp, not javascript.
But if you really wanted to you can use ajax to check the server if user/pass was correct.
Shouldn't the type also be of "button" .. have it as "submit" would try submitting a form.
I had 3 seizures while looking at your website.. you really need to change it... just change it... that's my advice.
Nice looking site.
Just a few things i've noticed.
-"Michigan(252)" shouldn't it have 0 instead of 252.. it shouldn't be the number of items in all cities, not the number of cities? i could be...
Hey,
I've tried making this site user friendly and web 2.0.
The way i see it, it is more of a web tool than a website.
Reviews are much appreciated.
http://www.drinkmixguide.com
+-- SELECT id1 FROM mytable WHERE id2 IN (1,2)
|
| +-- SELECT id1 FROM mytable WHERE id1 IN (1,2) AND id2 IN (1,2)
| +-- *** This is what i want.. but won't work with below.....
SELECT id1 FROM mytable WHERE id2 IN (1,2) would select id1 3 also though...
WHERE IN selects 1 OR 2.. i want ONLY 1 AND 2
Hi,
I am working in MySQL.
I have a table mytable(id1, ...) and myext(id1, id2)
myext
id1 id2
-------- ---------------
1 1
does anyone know how you can open a pdf with an absolute path into a browser..
when i try
<a href="http://theurlofthepdf.com/pdfname.pdf">Open Pdf</a>
it downlaods the pdf rather than opening...