Honestly, that doesn't seem "natural" to me: wouldn't Youth S, M come before Adult S?
In any case, you're kinda "backed into a corner," here: there's no straightforward solution.
How large are...
Type: Posts; User: traq; Keyword(s):
Honestly, that doesn't seem "natural" to me: wouldn't Youth S, M come before Adult S?
In any case, you're kinda "backed into a corner," here: there's no straightforward solution.
How large are...
Yeah, I have it installed for (admittedly, occasional) testing.
I dual-boot for IE; I don't have wine installed at all on this machine.
I am running Mint (not Ubuntu), but, for the most part,...
…really?
There's absolutely no reason you'd need wine. Maybe you downloaded the windows version of opera instead of the linux version? What did apt-get tell you when you tried it?
Are you using the package manager or the terminal?
opera is in the mint repos by default; I'm sure it's available in ubuntu.
Just open a terminal and do sudo apt-get install opera and then enter...
You're trying to set an HTTP header (the "Location" header): this error message means you have already sent regular output to the browser (and so you cannot set any more headers, which -literally- go...
"touch" meaning the filesystem command? yes. meaning "touchscreen"? yes, but drivers for the specific touch device (screen) may/not not be shipped by default with whatever distro you choose.
I...
I use Linux, yes. I would recommend Mint or Ubuntu for Linux newbies (they're very similar). The average user will never outgrow them (I still use both and have no complaints). Both hardware and...
Tips & Tricks to Stay Out of the Spam Folder
Most likely cause, in this case, is item #1: "misleading header information". When the "From" header has one domain ("gmail.com", for example) but the...
I still have XP (SP3) on my old laptop. I was the last "great" version of windows, IMO. Everyone says 7 is good, but I could not stand being stuck using it for ten years.* Dealing with it on my...
xampp? Is this on your local machine? If so, have you installed and configured an email server?
Also, you don't check if your call to mail was successful or not. And do you have error reporting...
The confusing part is why you would try to redirect (anywhere) if the user was offline.
Thread moved.
Your example code does not seem to attempt this: looks like it intends to redirects to one site if online, and to a different site if offline.
What does it do?
One thing I...
For files that are too big to post in a thread, your best option is an online service like github or pastebin. File attachments don't usually get a good response on forums these days.
You should...
Do you have a question?
Or, if you wish to share this code with users here on Dynamic Drive, you can submit it here (please note the instructions and terms of submission).
IMO, the best place to start is the PHP manual (that's what I linked to). Start with the __construct method, look through the examples, and then follow the links to other methods as you discover...
Your question is unclear. This sounds like something you could solve on your own by searching google…?
In addition, in the future, please take the time to explain your question in clear and...
You'll need to read up on PDO and give it a try, then. Once you have specific questions, post back here, and include your code so we know what's going on.
Are you looking to learn and do it yourself, or to hire someone to do it for you?
fetch only fetches one row; fetchAll fetches all rows.
Since it is a small number of rows, there is no problem using fetchAll:
$allRows = $query->fetchAll();
foreach( $allRows as $row ){
...
$catch[0] is going to be the id value.
Looks like you're using PDO? fetch defaults to fetching both column names and numbered indexes. It would be most reliable to use $catch["login_time"].
...
1) One of the major reasons to use a prepared statement in the first place is to separate sql code from user data. Don't put the $keyword directly in the query: this makes your code vulnerable to...
You're looking for the Google Maps API.
For the other stuff, like John said, it's really unclear what you are asking.
If you have specific questions, that you can explain in not-vague terms,...
no prob. I would suggest, however, that you move towards the mysqli or PDO extensions as soon as possible. ext/mysql is deprecated and has not been recommended for new code since 2004. It's old,...
Did you do your own installation? Found this on s/o.
nuqneH?
tlhIngan Hol Dajatlh'a'?
I tried that exact script; it runs fine, with no errors.
You might try putting the semicolon on the line below, i.e.:
print <<< HTML
<blockquote...