Text Not Displaying Correctly With PHP:GD
I recently moved servers and since then I have noticed that one line of text is showing weirdly.
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
search function
HI guys,
if anyone could point us in the right direction of how to do this, or provide some t
ob_ dynamic content
i was wondering about the potential to use ob to create a <div then remove it when the page
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{