Jump to content

dcgamers

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Everything posted by dcgamers

  1. how is image copy merge going to help? And I said 50% transparent. I mean a rectangle inside an ALREADY created image, of course the image itself is a rectangle.
  2. I can draw text over an image now but How can I draw a 50% semi-transparent object over the image, yet under the text?
  3. When you add a new column and you see the comments text box in phpmyadmin or something. How can you retrieve this using php and put it in a variable?
  4. uggg..... right directory: Warning: fstat(): supplied argument is not a valid stream resource in /home/****/public_html/****.php on line 3
  5. very funny. My server is a Linux. I tested the function on a file in the same folder and it got that error and not being in the same directory has nothing to do with this error.
  6. ok but I still have a problem that no one seems to help me with
  7. I am tring to chmod a file using the following code: [code] <? $imm = "$_GET[url]"; chmod("$imm", 755); ?> [/code] and I get the following: Warning: chmod() [function.chmod]: Operation not permitted in /home/****/public_html/****.php on line 3 Please help!
  8. Here is the deal, I need a rating script that all I need to do is add a field to the mysql table, put in the script where I display the output of the table, and thats it. I don't know how rating scripts work. I need a simple one, no images (radio fields, rating 1-5). All things you would suspect in a rating script. So can anyone, ANYONE help me?
  9. Thanks it worked. Hey I'm a c++ guy not a php guy :). I have one more question and it is about Mysql_query and displaying in a loop, the contents of a database table. I need to know how to be able to click on a link in the loop (per looped item that is) and make it take me to a page where there will be more data for that specific item. Sorry this may be confusing, I don't know the right term names.
  10. Thanks, Need help again: How to I show the number of rows of data in a table (in numbers)?
  11. ok so i know how to display the newest data from a table, all the data from a table but i need to know how to display 5 (for instance)! How may I do So?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.