breaking a text file into paragraphs based on strings
I have a text file of email addresses that is all squished together. It looks like this:
abc
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
count only commas outside parenteses
I have a sql table containing
id - query - query name
the first page contains a drop down men
Find only certain URLs from page ... regex (semi-complete script)
Hi guys,
What I need to do is take a page & extract all the URLs from the page &a
Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
ScriptResource.axd gives an error on fresh install of ASP.NET Ajax 1.0
Hello,I have a fresh install of Microsoft ASP.NET Ajax 1.0. When I create an Ajax enabled website in
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a