You want to open crontab by typing in: crontab -e You need to know the location of your httpd. here is what will go in the crontab: 0 * * * *...
Without knowing the exact line that gives the error: This doesn't look right: if ($account_type_id == 1) { $link=...
I would do it something simple like: $string= "the gray fox [is running] from the tiger [a hungry tiger]....etc.."; $string=...
$data is your string str_replace(old,new,string); So if you want to replace the character A in $data with an underscore: $data=...
I've used cPanel, Direct Admin and lxadmin. I prefer DirectAdmin the most. It's easy to use and doesn't take up as much resources as cpanel....
I wanted the same thing long time ago. If I remember right it depends on the browser if it will display line per line. after you echo the line...
the 2nd details is details.php, tab didnt come out right on post.
Yes. .* means everything, letters and numbers and any length.
No expert but yes its possible. You will need to look up regex. (regular expression) Here is something real quick it prolly won't work but...
Use this in html: <?php echo "your links"; ?> Just insert your php code between the <?php and ?> tags. Including a text file with the...
When I was playing with pr stuff, some servers are blocked from making requests. Anyways, here is a class you can use:...
Small scripts to add functionality to other stuff mostly. I've only one "real" script that is currently being used on my directory. a pr/link pop...
here is some code I have that you can add together to make it work. This is pregmatch string will get you all the links. $pregmatch= '/<h2...
Separate names with a comma.