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
Ranked #4K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

9 Posted Topics

Member Avatar for brunope

Hello everyone, I am looking to exclude some specific content from a cache system based on APC. This content is a complete directory. So if you have any idea, please let me know.

0
151
Member Avatar for brunope

Hello everyone, I have a small problem for using a regex in PHP. The problem is that I get a text output from another website. I want to get some informations by using a regex but I'm not sure in advance how the informations will be display. Here the example: …

Member Avatar for pritaeas
0
130
Member Avatar for keyroche

Hello, Are you sure the others functions have access to your variables? What do you have if you do: [CODE] <?php include("includes/pagination.inc.php"); $page = new Pagination; $page->setUp(); echo $page->pageNav(); $limit = $page->limitStatement(); echo $limit; ?> [/CODE] I agree with rajarajan07, you should declare this as global or using class variable. …

Member Avatar for keyroche
0
223
Member Avatar for brunope

Hello everyone, I have a Joomla website which are using VirtueMart. I want to watch the submit of a product (which is using AJAX) and when the request is succesful and complete then send a new XHR request to upload another part of the website. How do you think I …

Member Avatar for brunope
0
74
Member Avatar for brunope

Hello everyone, I am wondering if someone already get remote reporting from Tradedoubler by using the reportkey. I tried with cURL to get the report, but i received only the login page. So i don't know if this means that the key isn't ok or if i need to simulate …

Member Avatar for brunope
0
571
Member Avatar for itsrahulk

Hello Rahul, To get form values in array, you just have to write your form names like this (i'm using your example): [CODE]<input type="checkbox" name="feature[]" value="Air Conditioning" />Air Conditioning <input type="checkbox" name="feature[]" value="CD Player" />CD Player <input type="checkbox" name="feature[]" value="Rumpus Room" />Rumpus Room[/CODE] Add [B][][/B] at the end of your …

Member Avatar for brunope
0
70
Member Avatar for rime

Hi Rime, So how are you doing with your Joomla website? The first thing you should tell us, is the version of Joomla you are trying to install, the exact error message and at what step. I hope it will help you to find the problem.

Member Avatar for navi17
0
118
Member Avatar for brunope

Hello everyone, I encountered a problem for using the preg_replace method in a text which content a price formatted as $123.45. [CODE]<?php $xRegex = '#{params:.+?}#s'; $sPrice = "$123.45"; $sContent = "Price is {params:xxx}."; echo preg_replace( $xRegex, $sPrice, $sContent, 1 ); ?> [/CODE] When i'm doing this, I got : [I][B]Price …

Member Avatar for almostbob
0
132
Member Avatar for brunope

Hello everyone, At first, I would like to wish an happy new year for everyone. Now, my problem! I'm starting a new web app (which is the first one I will completely write) and after modeling the database, I encoutered a problem for adding datas in my category's table: [code]-- …

Member Avatar for verruckt24
0
1K

The End.