Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~281 People Reached
Favorite Tags
Member Avatar for AntiQuark

I am trying to create a regular expression that can parse both variables ($src and $src1) and get the result of Prop, Nam and Tra. (Ignoring any information after). [ICODE] <?php $src = "{{Data#Prop=11a|Nam=33a|Tra=46b}}"; $src1 = "{{Data#Prop=11a|Nam=33a|Tra=46b|extra=384v}}"; preg_match_all('/\{\{Data#Prop\=([a-z 0-9]*)\|Nam\=([a-z 0-9]*)\|Tra=([a-z 0-9]*)????\}\}/Umis', $src, $st); ?>[/ICODE] For both $src and $src1 the …

Member Avatar for petr.pavel
0
108
Member Avatar for AntiQuark

The following google analytics daily unique visitor traffic graph is backed up by server traffic data and google webmasters clicks to site data. Image of Graph: [URL="http://runescape.siteguides.net/graph.jpg"]Graph[/URL] Most traffic comes from google: [URL="http://runescape.siteguides.net/sources.jpg"]Traffic Sources Chart[/URL] Before Oct 1st traffic was rising steadily with no problems. No changes where made before …

Member Avatar for AntiQuark
0
173