Search Results

Search: Posts Made By: LukasB
Forum: Web Development 10-05-2011
1,691
Posted By LukasB
Ah, OK, there may be a more complicated...
Ah, OK, there may be a more complicated situation, e.g. - there is no empty line between paragraphs. There are several paragraphs and several headlines etc. I have a code now, where it splits all...
Forum: Web Development 10-04-2011
1,691
Posted By LukasB
Hi, yeah, right, PHP.
Hi, yeah, right, PHP.
Forum: Web Development 07-25-2011
1,691
Posted By LukasB
Wrap one line paragraphs in string with h tags
Hi,
I have text (string) like this:

Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.

Blah...
4,310
Posted By LukasB
.htaccess url encoding
Hi,
I tried hard to find out solution but no success. I have put together this code in .htaccess:

Rewritecond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\?([^\ ]+)query=(.*?)&([^\ ]+)start=(.*?)&([^\...
3,778
Posted By LukasB
Memory limit on php in .sh script
Hi, I have .sh script running php script with "php". When I run php script from web browser, it is running without errors. When I run it from .sh script, I am getting "memory exhausted". It seems to...
8,040
Posted By LukasB
Thanks
Ok, thank you for not just writing code and bye bye :) Really thanks
8,040
Posted By LukasB
Whole script
Thank you! Sorry I am a newbie. So, the whole script would be like this?

#!/bin/bash

PIDFILE=/tmp/php.pid
PHPSCRIPT=/home/www/mydomain.com/subdomains/www/parser.php

echo 'Checking php...
8,040
Posted By LukasB
Process running? Stop it
I have this "process keepalive" script:

#!/bin/bash

PIDFILE=/tmp/php.pid
PHPSCRIPT=/home/www/mydomain.com/subdomains/www/parser.php

echo 'Checking php process from PID file'
if [ -f...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy