Tagged Questions
1
vote
1answer
33 views
how to strip alt character code with php
I'm using this code to strip unwanted characters from a string, but I have a big problem with ALT+0160 character which is a non break space. I need to remove it as well
$name = str_replace ("'", ...
0
votes
2answers
53 views
php remove characters from beginning to a selected character
I want to know is there is anything available in PHP to remove 437800__ From 437800__611.
Original:
437800__611
What i want to end up with:
611
Basically need to start from the beginning of the ...
1
vote
4answers
134 views
php echo file url and remove dash and .php from the results
I have a php script that will echo a list of files from a folder and display them randomly on my page.
At the moment it displays the url of the file for example: what-can-cause-tooth-decay.php
...
0
votes
6answers
43 views
PHP - How can I find pull out only the integers in a string that separates the integers with two periods?
Say I have a string like this:
$string = '.30..5..12..184..6..18..201..1.'
How would I pull out each of the integers, stripping the periods, and store them into an array?
0
votes
2answers
189 views
PHP - DOM, stripping table from html [closed]
I have a curl script that ends like this:
$data = curl_exec($ch);
curl_close($ch);
return $data;
}
The $data string it a HTML page with a table on that I want to strip so that I can store ...
2
votes
1answer
325 views
CodeIgniter , Filter, Trim, Stripslashes, Strip_tags and sanatize and replace bad chars in 1 function?
I just started using codeigniter, and i would like to perform input formatting using 1 function.
Code i would like implemeneted on my input:
function sanitize ($string)
{
$string = ...
0
votes
5answers
141 views
PHP delete everything after comma (including comma)
I just can't get my head around the syntax for this. I have an array $foo and I call it within a function: wp_list_pages($foo); (this is a wordpress site).
I found this code online but can't get it ...
3
votes
1answer
127 views
Strip/delete all values from MySQL query using PHP regex?
How to strip/delete all values from MySQL queries using PHP Regex?
Example:
original: SELECT id, abc FROM mytable WHERE id IN (12, 15)
striped: SELECT id, abc FROM mytable WHERE id IN ()
...
-1
votes
5answers
106 views
strip defined character from string
im having a odd problem os my website, i have a script that records all the searchs and insert those search words on database, the problem is that since search engine robots started sneaking around my ...
0
votes
2answers
99 views
Stripping the Ticket ID out of a String: “[Ticket ID: 9884219]”
In my support ticket system, replies are sent to the user and the subject includes [Ticket ID: ######] in it.
What could I use to strip the ###### out of there by supplying the entire title?
For ...
0
votes
3answers
110 views
Remove blank line before text
Occasionally, my email-to-support-ticket system catches an extra line break before the message itself, thus my messages look like this:
"
Hello. I have been wondering if y..."
What can I ...
0
votes
1answer
131 views
Removing an <img> tag from string and placing it in variable where img src location in string can vary
I am using drupal and have a variable that contains loads of html. What I want to do is select the first image that appears in that html, capture the image src so that I can manipulate the image in ...
0
votes
1answer
77 views
fopen strip into php variables
I'm trying to extract the following in php, but my regex or egreg is out of place and i got really confused. Please help me put these to two variables:
<a onmouseover="dgsa.sm(this)" ...
0
votes
0answers
120 views
HTML Tags being Stripped
What can I add to the following to stop my html tags from being stripped out?
<?php echo $item->displayIntrotext; ?>
Following are being ignored:
<p></p> & <br />
...
0
votes
1answer
19 views
0
votes
0answers
101 views
php to strip nested square brackets insert into URL
I working out to strip nested square brackets insert into URL for security issue,
if I have URL by insert characters [xyz] like:
www.site.com/toylist?page[xyz]=2
the website will stop response ...
0
votes
4answers
88 views
How can i strip out the string like � in php?
How can i vanish out the odd string like � in php?
i already use like html_entity_decode php function but it's still not works.
anyone can help ?
0
votes
3answers
90 views
PHP - Turn a timestamp (2012-07-12 20:26:00) Into two seperate variables that refelct the month and day values?
I would like to separately strip the day and month values out of this timestamp "2012-07-12 17:50:00".
So essentially I could have two variables like:
$month = 7
$day = 12
As I am not very ...
0
votes
5answers
119 views
PHP - Strip a specific string out of a string
I've got this string, but I need to remove specific things out of it...
Original String: hr-165-34.sh-290-92.ch-215-84.hd-180-1.lg-280-64.
The string I need: sh-290-92.ch-215-84.lg-280-64.
I need ...
0
votes
3answers
540 views
Strip all whitespace
I use curl to get the content of an website into a string. After that I want to stip all the whitespace. For that I use $content = preg_replace('/\s+/', '', $content);. But it doesn't work properly. ...
-3
votes
1answer
65 views
PHP make a string a valid php variable
I read the PHP Variable page and it states the correct way to assign a variable is.
[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*
so it is a valid variable thats the official expression.
my question is ...
1
vote
3answers
154 views
Strip character in a php 'for' loop/mysql query
I have a loop that successfully shows account numbers. Some of these numbers were saved into the db with an "@" prepended. I would like to strip the "@" sign from the displayed results. I've seen ...
0
votes
1answer
313 views
How to strip out extra asterisks in a string using preg_replace()
I know how to strip out extra spaces, dashes, and periods using preg_replace(), but I need to know what format below is correct for stripping out extra asterisks in a string.
These lines of code work ...
0
votes
0answers
194 views
PHP strip iframe except YouTube with regular expression
I want to strip all iframe from HTML except YouTube.
I've tried with this code with caret sign to except YouTube keyword but it didn't work.
$search[] = ...
1
vote
4answers
230 views
Strip Youtube Link from URL
I own a website which allows users to download Youtube videos. I need php scripts which detects if a youtube url is present, like:
givemeyoutube.com takes users to my normal website but if they type,
...
1
vote
4answers
250 views
Stripping commas out of PHP
I have a dynamic value that is being stored in a PHP variable. The variable holds a string of data that represents which check-boxes were clicked. It is returned like so: Option1, Option2, Option3, ...
0
votes
0answers
235 views
PHP Strip html comment except javascript
I'm trying to strip all html comment to compress output result in 1 line.
but when i strip html comment by PHP. that strip javascript also :(
here's example javascript code.
<script ...
0
votes
1answer
829 views
php strip iframes and scripts tags (no htmlentities())
I'm processing a xml file and sometimes there are
"iframes"
and
"script"
tags i need to get out , before i even 'xml-parse-it'
I'm trying some regular expressions but i'm getting it wrong ...
2
votes
2answers
218 views
How to strip executable comments of MySQL by regexp
I need to get content of executable comments in mysqldump results, but for regexp
/\/\*\!\d+\s+(.*?)\*\//s
and input data like this:
/*!50003 text
some text else
/*
comment
also comment
*/
text...
...
1
vote
2answers
215 views
Rewrite Youtube URL
I have some YouTube URLs stored in a database that I need to rewrite.
They are stored in this format:
$http://youtu.be/IkZuQ-aTIs0
I need to have them re-written to look like this:
...
0
votes
3answers
441 views
Strip YouTube Embed Code Down to URL Only
Please help!
I need to strip the following code so that it only uses the "value" part
$<object width="360" height="226"><param name="movie" ...
1
vote
3answers
443 views
{strip}: how to avoid unintended whitespace removal?
{strip}
<div
class="x"
>
{/strip}
becomes
<divclass="x">
And that is not what anyone would want.
So, the question: is there any way to avod this? Imagined approaches:
replace ...
-1
votes
1answer
148 views
Strip <p> inside of <p> wrapper
Im not sure what to look for to try to achieve this but I was trying to do a str_replace to all the <p> tags and replace them with <br/> and it worked but then I releaized I need to wrap ...
0
votes
2answers
87 views
Stripping text from url
Im trying to strip find_loc= and &cflt=pizza I got the majority stripped its just these last 2 things and whenever I try to use trim it doesn't delete it out it keeps saying array even when i try ...
0
votes
1answer
199 views
PHP: Strip email address only from possible <>'s
I need a little assistance getting email addresses only from within their POSSIBLY INCLUDED <> brackets.
For example I have the following 3 strings and I need each one to return only the email ...
4
votes
4answers
6k views
Delete first character and last character from String PHP
I need to delete the first 3 letters of a string and the last 3 letters of a string. I know I can use substr() to start at a certain character but if I need to strip both first and last characters i'm ...
1
vote
2answers
54 views
How to strip from a string those which are not in the a-z and 0-9 range?
I know a version of this but i'm looking for the simplest way?
$string = "HeLLo$ my222 name is zolee0802343134";
$string = strtolower($string);
$replacement = range (a, z);
$replacement2 = range (0, ...
0
votes
3answers
112 views
Replace part of the string
Echo $var gives me something like http://342.234.243.142/data/somethingmore/
IP-address everytime is different.
Instead of "somethingmore" can something like "/folder/images/2011/gallery/file.jpg" ...
3
votes
3answers
621 views
How would one strip text before and after a certain html tag
Basically I want to take something like:
textheretextheretexthere
<table>
<tr><td>heres some stuff</td><td>and some morestuff</td></tr>
</table>
...
1
vote
2answers
136 views
strip a word when is a single word only, not part of a composite word
I have the following function, I want it to strip "alpha" when is a single word only
and not a part of a composite word like "alphadog". Now instead I just see "dog" and it's not good. Any help?
...
0
votes
3answers
136 views
Replace “ with \” with Doctrine 1.2
Here is my problem.
I get data from database using Doctrine 1.2 and put the data in a Textbox.
The data is 19" x 12" to put in the Textbox
Here is the result:
<input type="text" value="19" x ...
1
vote
4answers
2k views
need some php function to remove slashes
My original string look like this .
25\\\" height x 12\\\" width x 9\\\
but i want to remove these slashes from the sting like the below text.
I used stripslashes function , but gives only 25 .
...
1
vote
3answers
346 views
strip space between one letter words
How would you strip spaces between one letter words. Example:
string: "T I G R U S FOO and Drezga d . o . o . New York"
we want: "TIGRUS FOO and Drezga d.o.o. New York"
If possible preg_replace ...
2
votes
5answers
1k views
How to get last name first inital [duplicate]
Possible Duplicate:
Regex - Return First and Last Name
Hi,
I have the full name of users stored in one field. How can i get the full first name and last name first initial. This is what ...
1
vote
3answers
323 views
Stripping out text characters from variables, leaving numbers and comma?
I need to be able to strip from characters from a few variables leaving only the numbers and the £ sign (unless of course mysql can add that in itself?) and also any . separators.
so if the variable ...
1
vote
5answers
110 views
extracting different parts of a string in php
I have a website that all its stories' title are like this :
new job alert from chicago {latest reservation : 3/5/2011}
new job alert from NY {latest reservation : 3/4/2011}
new job alert from LA ...
2
votes
6answers
3k views
how to strip punctuation in php
How can I strip punctuation except for these characters . = $ ' - € %
2
votes
2answers
946 views
Is there a way to delete all embed, object, script tags in php?
Is it possible to delete all embed, object, script tags in php?
1
vote
2answers
1k views
PHP MySql display returned content without html tags being stripped
I have a column in SQL 'Text' datatype and inside I have content within html tag, eg somecontent: onetwo... I want the mysql query to echo out the databases contents without stripping the html tags ...
0
votes
4answers
254 views
How do I strip custom tags from text in a submitted html form using PHP/Perl?
I have a news submission form. I want it to be secure from XSS and the like by stripping all html tags. Then I will convert all other tags with this format
[tagname attributes][/closetagname]
To ...

