All Tags » php (RSS)

Browse by Tags

  • How do I get a user ID from a logged in user and include it in my query

    Experts, I have been trying for a week to get this figured out, and am so close I can taste it. Please help me over the hump!!! I am trying to pass value from a user profile (logged in), to an HTML form. The only thing holding me back is this query 1: $query = "SELECT firstname, id, lastname, cb_company...
    Posted to Btrieve (Forum) by software on 06-17-2010
  • php ordering numbers highest to lowest

    Hi all Im developing a PHP script pulls lots of results from a quiz out of a database and then works out the average score for each country that a user can choose to play for. So far so good I've got my script down that does all of this. However what i need to do is use these results and order them...
    Posted to Oracle (Forum) by software on 06-17-2010
  • How would I get mysql to generate a 4 digit number and never use it again

    How would I get mysql to generate a 4 digit number and never use it again if it finds it in the db.I need to auto put an invoice number into a form so that once the form is posted into the data base I can run queries for the data on that invoice. I use a random number java script right now but sooner...
    Posted to Oracle (Forum) by software on 06-17-2010
  • PHP Check if MYSQL table exists

    Hi, I have a function that is supposed to check to see if a table exists but it always returns as the else... any ideas as to why? 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: function checkTable($fn) { @ $db = new mysqli('xxx', 'xxx'...
    Posted to EAI (Forum) by software on 06-17-2010
  • Joomla display svg images

    Hi, does anyone know how I could display an svg image on my website (like wikipedia, example http://en.wikipedia.org/wiki/Scalable_Vector_Graphics ) which would show on any browser? Mind you, the site has been constructed in Joomla 1.5. Any extensions that would do it? Or php hacks? Since this image...
    Posted to Joomla (Forum) by software on 06-17-2010
  • Step by step tutorial plugin idea

    Has anyone heard of a plugin to do this or can someone give me some ideas on how you think one should work to do it: (I can create a plugin if I could just think of the right idea on how it should work) I'm going to be converting a large site that has step by step instructions on different things...
    Posted to Plug Ins (Forum) by software on 06-17-2010
  • Sum a count a of multple columns

    How do I sum the count of the following queries? Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: Select count(*) from Race_Results where `2` = "55 R" Select count(*) from Race_Results where `3` = "55 R" Select count(*) from Race_Results where `4` = "55 R"...
    Posted to Oracle (Forum) by software on 06-16-2010
  • Moving and Upgrading an Old WordPress Blog

    Hi, I have an old blog set up at http://www.enviromedia.com/enviroblog/ . It uses WP version 2.6.2. I have a new blog set up at http://www.enviromedia.com/beta/enviroblog/ . It uses WP version 2.9.2. and is basically a design upgrade of the old blog. I want to move the new blog (design upgrade) to this...
    Posted to EAI (Forum) by software on 06-16-2010
  • Website Infection Redirect

    I have a customer who's website is infected or redirecting people to infected websites when going to any page on the site. I am not a web guy and don't have one available to me right now. With what little experience I have with web development I took a look at where I thought I should and I couldn't...
    Posted to Joomla (Forum) by software on 06-16-2010
  • How to fix Call to undefined function ImageCreateTrueColor()?

    I'm getting an error on a PHP page that allows you to upload an image stating "Call to undefined function ImageCreateTrueColor()" How can I resolve this?
    Posted to PHP and Databases (Forum) by software on 06-16-2010
Page 1 of 202 (2014 items) 1 2 3 4 5 Next > ... Last ยป