Likes Received By mehmetm
-
hyjlmc liked mehmetm's post in the thread Need helps in PHP coding - to insert ads in middle of blog post.
function inject_ad_text_after_n_chars($content) { // only do this if post is longer than 2000 characters $enable_length = 2000;...
Jun 4, 2010 -
jl255 liked mehmetm's post in the thread Need Help with Form field data.
hello, this the code using POST method instead of GET. <?php function freeRTE_Preload($content) { // Strip newline characters....
Jun 19, 2008 -
slaydragon liked mehmetm's post in the thread Query 2 database.
hi man, just use the mysql_select_db function before your other query which process on second database. example:...
Jun 11, 2008 -
Ninjasoft liked mehmetm's post in the thread How to call things from url to page?.
echo 'Hello ' .$_GET['name']. '?'; regards.
Jun 9, 2008 -
lui2603 liked mehmetm's post in the thread Best way to select id's from seperate mysql table??.
hello, try this query: SELECT tiles.tileID, tiles.tileIMG, tile_positions.tileID, tile_positions.xpos, tile_positions.ypos FROM...
Jun 4, 2008 -
pngseo liked mehmetm's post in the thread php help pls.
modrewrite can do that for you RewriteEngine On Options +FollowSymlinks RewriteRule ^(down)/([A-Za-z0-9-]+)?$...
Jun 1, 2008