Jump to content

Question about MYSQL/PHP


medj

Recommended Posts

by default, my script request MYSQL information from a database. The line I need help with is:

LIKE '$c'

I have a number of categories on my site that use the variable $c

In this mysql line, i dont want to grab info from the database with variable $c but with the variable $c + the word 'media' on the end of it.

I've tried doing                  LIKE '$cmedia'        doesnt work obviously since $cmedia is a whole new variable entirely.

I've tried              LIKE '$c+media'        doesnt work


Please anyone?

Link to comment
https://forums.phpfreaks.com/topic/20813-question-about-mysqlphp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.