PHP/MySQL question.... (please read on)

1 Answer

Answer :

Have you looked through these?

Related questions

Description : Is there a server-side utility that I can call from PHP to automatically resize and crop an image, such as an avatar, uploaded by a user?

Last Answer : http://www.imagemagick.org/script/index.php

Description : Is there a server-side utility that I can call from PHP to spell check a user's input from a text box?

Last Answer : There are a bunch of them out there. Here’s a PHP spell checker class.

Description : PHP help... contact form problem.

Last Answer : You should probably do an ajax form submit and replace the form with the confirmation message. I’ve got to get to bed, but I’ll find a tutorial for you in the morning if someone else hasn’t already. (basically, opposite of this: http://24ways.org/2005/edit-in-place-with-ajax)

Description : I want to learn PHP, but I am pretty much computer illiterate. What steps do I take?

Last Answer : For HTML, you don't require any additional software. You can save it on your local computer just like any other file, and the website will be visible to you only. You don't need any special software to ... server, but many ISPs don't like you doing this and may forbid this in your terms of service.

Description : What PHP-based plain text formatting processor do you recommend?

Last Answer : answer:I usually just write my own. Two arrays, str_replace or preg_replace, and you're done (unless you want to add some extra safety measures). For example, for your two examples, I'd do this: ... '); $replace [equal] array('$1', '$1'); $string [equal] preg_replace($search, $replace, $string);

Description : Can someone please explain to me exactly how PHP, mySQL, Javascript, and HTML/CSS are related?

Last Answer : PHP is a serverside language, while JavaScript and mySQL are clientside languages. I think the difference is that PHP/HTML is the language used by the server to encode instructions for the web browser, ... have no idea whether it's accurate or not. I just started learning this stuff this week.

Description : What are the best web sites to get help with Apache, PHP, and MySQL?

Last Answer : stackoverflow is the best site programming q & a site I know of. Looks like there is a fair amount of LAMP-related questions there.

Description : As a specialist PHP/MySQL programmer at my (not so fun to work at) job, what's my future?

Last Answer : It depends if you want to continue doing programming or not. If you have good people skills, and good business sense, you could get PMP certified, or learn VersionOne and move to the business ... business side. We also prize business analysts with SQL knowledge in order to manage data and metrics.

Description : If I already know basic PHP/MySQL, what else should I learn to use Google App Engine?

Last Answer : answer:I am not an expert, I just started reading up on this myself, but here are a couple of starting points on data storage. Rather than a separately maintained SQL database, ... .com/appengine/articles/datastore/overview.html http://code.google.com/appengine/docs/python/datastore/overview.html

Description : What is apache or perl or php or mySQL?

Last Answer : Apache, Perl, PHP, MySQL Seriously, Wikipedia does wonders. Also try searching with Google.

Description : What is a good book for learning PHP and MySQL?

Last Answer : I’d start here: http://www.php.net/manual/en/ Get a feel for PHP, then buy books to fill in the gaps or get deeper into particular areas.

Description : How long does it take to learn PHP & MySQL?

Last Answer : The O’Reilly Head First book on this is great.

Description : Do you know webhosting server including with these details: free, about 1-2 gigabytes, php script OK, mysql OK, no adds on site?

Last Answer : Hosting a free Wordpress blog. Interesting. Did you try wordpress.com? Most hosts aren’t going to offer those serviced ad-free for free. I can’t think of a single one. Everyone needs a business model. And even if I found one, I certainly wouldn’t trust it for stability and security.

Description : Getting certified in PHP and MySQL?

Last Answer : I think Zend, the company behind PHP, has some kind of certification. Is this required for something? I’ve honestly never seen a job requiring a “certified” PHP programmer. Edit: This looks like it.

Description : Anyone using Spry with PHP/MySQL in Dreamweaver CS3?

Last Answer : Why are you asking? Are you already using it, or wondering if it's a good choice of tools?

Description : Best tools to build a collaborative project site using only open-source Apache/Mysql/PHP tools

Last Answer : answer:We've used Trac for a few projects with success. Its not perfect but it is configurable and you can extend it. Of course its geared very much towards software development and I'm not sure ... a specific set of tracking and documenting and were glad we did later on in the development cycle.

Description : Is there a PHP library or API that would let me quickly build survey questionnaires and dump the captured data to MySQL?

Last Answer : If you are familiar with LAMP and PHP, why not build a little CRUD application?

Description : Error message when using PHP with MySQL.

Last Answer : Wow! Good luck with that!

Description : Are there any resources that you can recommend for me to learn LAMP (Linux Apache MySQL Perl/Python/PHP?

Last Answer : I’m not educated in this type of stuff, but I did a little research and got these. http://lamphowto.com http://onlamp.com

Description : How do I check for the existence of a particular MySQL table using PHP? (Using an IF statement.)

Last Answer : answer:I don't know of a preexisting function, so here's one I wrote real quick (untested): function checkTable ($table_name, $database_name) { $my_tables [equal] mysql_list_tables($database_name); while (list($foo) ... , your_database )) { // Table exists } else { // Table does not exist }

Description : What is your favorite PHP/MySQL ecommerce application and why?

Last Answer : answer:

Description : GAE contains the several runtime environments including : JAVA, Python, _______ & a) C# & MySQL b) Net & Ruby c) PHP & GO d) Closure & Scala

Last Answer : PHP & GO

Description : Web design (CSS) question: how can I make something like this?

Last Answer : Looks like it’s based on Cargo Collective’s Montessori template and using their tools. They’ve modified it some to use some more concepts from brutalism, but it looks like all the main functionality would be there if you wanted to do the same.

Description : Geeky computer question - How do I keep Internet Explorer 6 in Windows installed if I update Windows itself?

Last Answer : If you go to Microsoft update website , you get a “custom installation” option as well as an “express installation”. Doesn’t the “custom” one give you the option not to upgrade IE6?

Description : Why does ask-public have Users login with their published user names?

Last Answer : answer:Honestly, there's probably no other reason than because that was the standard at the time. In 2006 (which is when the site launched), basically every website used a username to login. Even now, the vast ... such a ubiquitous login item? (I'm no web designer either, so I can't say for sure.)

Description : What do I need to do to adapt my Web site to mobile devices?

Last Answer : answer:(Link is broken. But it appears to be: mathed.org.) You could either try to use a mobile framework like bootstrap and do this yourself, or you could move all the content into a simple Wordpress site with a responsive theme/template.

Description : From where I can buy web hosting in cheap rate?

Last Answer : answer:Dreamhost.com and Bluehost.com get great reviews for Linux hosting. I needed inexpensive Windows hosting recently and I signed up for SmarterASP.net.

Description : Is there a wordpress plugin that would allow me to put random quotes on my website (like ask-public has?)

Last Answer : answer:I don’t believe the ask-public quotes are random, in the sense they are auto generated. They are manually generated, but randomly displayed. Similar to what a wordpress random quote widget might provide.

Description : Optimizing a Jquerymobile build for my needs?

Last Answer : answer:I'm sure you saw it, but just in case. Please note that the jQuery Mobile Download Builder is still in alpha, and as such should not be used on production websites. But, let's see if we ... build than you want that works, then weed out the unneeded sections one at a time. Until it breaks.

Description : WYSIWYG maker for making expandable blocks (show/ hide toggle blocks)?

Last Answer : Wow. I have no idea, but should identify WYSIWYG as What You See Is What You Get for those who couldn’t figure it out.

Description : To what degree are the problems with the Obamacare website due to sabotage?

Last Answer : Possibly, but a question for any IT folks out there is, wouldn’t the site have been thoroughly beta tested or am I being naive?

Description : How would I add a page-by-page language "switcher" on a website, and should I - details...?

Last Answer : answer:I've not done it before, but it should be fairly easy if you have properly separated your content from your presentation. The nicer-looking way to do it would be to use an XMLHttpRequest in ... but it gives you the ability to do lots of things you can't do effectively in plain HTML.

Description : What would take priority on my website?

Last Answer : I think, for design, the portfolio is more important.

Description : How can I get a color scheme with lots of colors?

Last Answer : I doubt that you can get 20 colors that are going to look distinct enough from one another to be obviously different (especially if they are filling small areas) in the eyes of the average viewer. You may have to use texture differences as well.

Description : Could you give me feedback on a website?

Last Answer : answer:Rather than comment on the site's concept, I'll give you some minor things I noticed: - Some of the quotes have sources. Others don't. I would make the source a requirement. - I had a ... to my avatar. I'm assuming this means that I can follow myself. Anyway, those are some initial thoughts.

Description : Building a site in "Google Sites?"?

Last Answer : Ouch. I thought Google had abandoned this back in 2008. It actually does look abandoned. But you don't need me to come in here and tell you to use Wordpress because you've already told us not to. ... one of those times you either convince the client that it is a bad idea, or walk away. Sorry.

Description : Why do some websites automatically reload soon as they open?

Last Answer : I don’t see either of those sites reload when I use Firefox or Chrome.

Description : Know any websites that serve the same content successfully on big desktop monitors and on hand-held devices?

Last Answer : answer:None spring to mind, but I’m curious if others have encountered such sites. It’s an interesting concept, and you could probably make a mint if you build such a service! We’re an OSX/iOS household, if you need beta testers.

Description : What's the best way to redesign and test a website's CSS that you don't control?

Last Answer : Turn your own machine into a webserver. http://www.apachefriends.org/en/xampp.html

Description : Why do websites always want you to take a survey or give them feedback?

Last Answer : To get your email address.

Description : What are the requirements for supporting millions of users on your website?

Last Answer : Supporting in what? Can you maybe add some detail?

Description : What is a flowchart?

Last Answer : Here is a complete tutorial on flow charts.

Description : Why can't I get favicon.ico to show up as my website tab and bookmark icon?

Last Answer : answer:Excuse me for only reading the last sentence of your detailed question, but they are the black and white things which, after you pressed them, will make that a variety of sounds will ... to the correct position on your computer like C/poison/images/website instead of C/poison/music/website?

Description : A free image hosting service that won't re-size or lower the quality of my images?

Last Answer : answer:Google's Picasaweb https://picasaweb.google.com/home As well as allowing full-scale uploads, it will do on-the-fly resizing for you. For example, I uploaded this photo once, but ... . Conversely, if you move things around on your drive, Picasa automatically and instantly reflects the changes.

Description : How would you form an if statement in a jQuery function, then call that function using a .click() handler?

Last Answer : Can you show us what your current code looks like? Perhaps you could paste it to http://jsfiddle.net/ or https://gist.github.com/ and give us a link? It’s easier answer if we’re referencing the same things.

Description : What resource or service would you like to be able to find online for free?

Last Answer : answer:A real certified IQ test, made by, like, Stephen Hawking or something. A website akin to Wikileaks for disgraced politicians, where we get to see exclusives on their latest illegalities and such A site ... people I think. Or maybe they have something like this already, that I don't know of.

Description : Are there alternatives to multi-line comment boxes in a contact form?

Last Answer : Wow is that the wrong way to go about solving your problem. The correct answer is not to restrict what a user wants to tell you, but to ensure that your site is secure. If you don't already have an ... you aren't using HTTPS, start using it. If you aren't encrypting the transmission of data, do so.

Description : What are the most common age groupings on sign-up forms?

Last Answer : answer:Under 16 16–18 18–21 21–35 35–50 50–75 Over 75 Although I have to admit I picked these numbers at random.

Description : Why do websites constantly redesign their site?

Last Answer : answer:In response to some anonymous feedback? They do this with the website for the organisation I work for. Drives me doolally. Just get used to where everything is and Bam.. new site and things have ... have to guess they haven't got it right yet. Keeps web design people in work too I guess.

Description : Is there somewhere I can download the iPhone map location gif?

Last Answer : Even if you do find one you’ll get your ass sued right off you. Don’t try to copy other peoples materials.