
Jessica
Staff Alumni-
Posts
8,968 -
Joined
-
Last visited
-
Days Won
41
Everything posted by Jessica
-
Instead of phpmyadmin excuse me.
-
You can either run the query in the SQL tab, or just use the command line instead of MySQL.
-
Desc is a reserved word. Surround it with back ticks or change to a better name.
-
Change it in your PHP.ini http://php.net/manual/en/mail.configuration.php
-
What is a hook sign? Are you talking about the favicon?
-
Php Code Shows Rows, Can I Change Amount Of Products Per Row?
Jessica replied to jacko_162's topic in PHP Coding Help
Did you try looking for the number 3, and changing it to 4 or 5? -
You will have to use an IDE meant for development.
-
He's got 99 users but a hacker ain't one!!
-
Returning Data From Php Back To Ajax Without Using Echo
Jessica replied to thecommonthread's topic in PHP Coding Help
No. Whatever you're doing you are going about it in the wrong way. -
If you don't have it set to zerofill it won't show.
-
As for the why: its just wrong to use tables. It might work, but its bad practice. It makes it harder for people using screen readers. An analogy might be using "txt spek" to write a term paper. Can you be understood? Yes. Is it correct? No.
-
If you don't want people to be able to browse to the file, put it outside of the document root.
-
I spoke too quickly, I did get the email. Thanks again
-
Woot! Figured with the new forum I might as well switch it up I didn't get a password reset email though, is the new software different in that regard?
-
I'd like to change mine to Jessica. The current user with the name Jessica has 1 post but it's not visible. http://forums.phpfreaks.com/user/23296-jessica/ If you do approve the change to the existing name, will my account keep all of my old posts? If not I don't want to do it. Thanks.
-
Knock it off. Read the rules.
-
how can i store jpegcam snapshots in mysql using php
Jessica replied to saran_singh's topic in PHP Coding Help
Actually you can, it's just a bad bad idea. -
Alternatively, you could use a regex on the entire form. That would work in PHP and may be the solution.
-
Man I need coffee.
-
in jQuery it would be $(".labelelementvalue").innerHTML(); Look up the jQuery docs if you need help getting started using jQuery.
-
So when they label it, you are saving that label somewhere. You would just retrieve it from your storage. If you're saving their custom form as one big element, you should be breaking it up into each individual element and saving it in your database in a relational manner.
-
This is the same problem you were on before, right? How does the information get into the <span> in the first place?
-
I have the same question as smerny. I know how you would do this but only using jQuery, so unless you want to use that I can't help, just curious why?