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
~1K People Reached
Favorite Tags
Member Avatar for Manny7

Hi there, I am thinking about the best way, how to update my records in database (MySQL) from XML feed. I have database and this database contains the daily offers from several sales portals. So now - about midnight I am deleting all records from my table and with using …

Member Avatar for blocblue
0
96
Member Avatar for Manny7

Hi there, i've the strings, who containts this: "asgaasg, gasgasg, saxx" or "asgaasg, saxxss". And I need always to get only the part of the strings for the last comma, so in th first example it is: "saxx" and in the second "saxxss". I tried to get that with using …

Member Avatar for mschroeder
0
97
Member Avatar for Manny7

I would first like to apologize, because I dont know, which forum is the best for my question. On my simple [URL="http://www.firmax.cz"]page[/URL] I have the option SEND AS STATUS. But after click on this link is show on Facebook the other status and image (wrong). The correct text and the …

0
50
Member Avatar for Manny7

Hi there, I solve all day long a problem with error "a is undefined". I have 2 pages -- index and the second page. On the second page I shows google map in div and all is alright. But on index page I get error message given in subject this …

Member Avatar for Manny7
0
165
Member Avatar for Manny7

Hi there, I solve a problem with jQuery plugins. On my page I need to use 3 plugins - the one is lightbox, the next is plugin for google maps. And the last plugin solves scrolling content - I click on the button and on the page shows to me …

0
54
Member Avatar for Manny7

Hi there, I solve a problem with append the values into the value atribute of input. If I click on some html element, I need this text of element put into the input as its value. The problem is that I don't know, how to put several values into the …

Member Avatar for Airshow
0
91
Member Avatar for overwise

ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: [CODE]<?php include "conn.php"; if(isset($_COOKIE['ID_my_site'])) { $name = $_COOKIE['ID_my_site']; …

Member Avatar for overwise
0
75
Member Avatar for Manny7

Hi, i want to ask for the question in the subject this post. Well -- what way is for you the best and why? I think right now, if is better the shopping cart make with support SESSION or after add the item to the cart this item save into …

Member Avatar for keval_hack
0
120
Member Avatar for Manny7

Hey there, i'm beginner programmer in PHP and try on my web add cool url. I've this simple rewrite rule that make from url [B]page.com/index.php?id=about[/B] this url [B]page.com/about[/B] [code] RewriteEngine on RewriteRule ^(adm|img|content)/(.*)$ $1/$2 [L] RewriteRule ^(.*)$ index.php?id=$1 [L,QSA] [/code] But now i wanna to try some harder, e.g. i've …

Member Avatar for storm123
0
100
Member Avatar for Manny7

Hey there :) i am trying this part of code, which testing arguments on command line: [CODE] use Getopt::Long; GetOptions( "verbose" => \$verbose, "get" => \$get ); print "verbose = $verbose\n"; print "get = $get\n"; [/CODE] In my script i have several arguments, with which my script working (any sequence). …

Member Avatar for Murtan
0
182
Member Avatar for Manny7

Hi, i've problem with reading arguments on command line. I don't know, how do I distinguish, if the user entered some argument with one or two dashes. I try: [code] while($ARGV[$i]) { if($ARGV[$i] == '--anything') { print "The argument with '--'.\n"; } else { print "The argumentwith '-'.\n"; } $i++; …

Member Avatar for Manny7
0
105