Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 1 to 14 of 14
Search took 0.01 seconds.
Search: Posts Made By: peter_budo
Forum: Javascript June 26th, 2005, 05:35 AM
Replies: 0
Views: 1,075
Posted By peter_budo
Want to run more than one Slideshow on the page

Friend asked me to help him with a page which holds more than one slideshow ( don't know why he wants to do it like that).
Firstly we created single slideshow which works nicely. Than we added...
Forum: SQL Language April 24th, 2005, 01:35 PM
Replies: 9
Views: 27,150
Posted By peter_budo
Yes on end of day it is working...

Yes on end of day it is working beautifully!!!!!!!
And for anybody with similar problem here is my code, I don't say is perfect but does what I need it to do with it

ALTER TABLE member
ADD...
Forum: SQL Language April 24th, 2005, 06:05 AM
Replies: 9
Views: 27,150
Posted By peter_budo
That's make sense!!!!!!!!! I did not try to use...

That's make sense!!!!!!!!!
I did not try to use this because was badly explain by my tutor.
What I mean he just updated already existing for example change telephone number.

Thank you very...
Forum: SQL Language April 24th, 2005, 05:52 AM
Replies: 9
Views: 27,150
Posted By peter_budo
All is "funny", because this is only table which...

All is "funny", because this is only table which has all data in expect that silly e_mail which I am supposed to add. I was trying to find out how to fill this attribute without touching rest of...
Forum: SQL Language April 24th, 2005, 05:37 AM
Replies: 9
Views: 27,150
Posted By peter_budo
As you see MEMBER_NO is primary key CREATE...

As you see MEMBER_NO is primary key
CREATE TABLE member (
member_no CHAR(5) NOT NULL,
name CHAR(20) NOT NULL,
address CHAR(30) NOT NULL,
telephone_no ...
Forum: SQL Language April 24th, 2005, 05:25 AM
Replies: 9
Views: 27,150
Posted By peter_budo
Table before adding new attribute SQL>...

Table before adding new attribute

SQL> SELECT * FROM member;

MEMBE NAME ADDRESS TELEPHONE_NO STATUS
----- --------------------...
Forum: SQL Language April 23rd, 2005, 08:16 AM
Replies: 9
Views: 27,150
Posted By peter_budo
Add an attribute to existing table

I am supposed to write an query which will add new attribute to my already existing table
So I written this

ALTER TABLE member
ADD e_mail CHAR(20)
which is fine, however when I try insert...
Forum: C++ Programming December 12th, 2004, 06:02 PM
Replies: 5
Views: 2,108
Posted By peter_budo
I think we do not understand each other so I will...

I think we do not understand each other so I will try to explain what is this all about.

If we forget about this part
string na; //number of accounts...
Forum: C++ Programming December 12th, 2004, 02:40 PM
Replies: 5
Views: 2,108
Posted By peter_budo
You are right Dave, that getline(accfile,...

You are right Dave, that

getline(accfile, ucty);

it's me mistake just trying quickly to translate from me mother tongue.
well me problem remains, still is reading only word "accounts"...
Forum: C++ Programming December 12th, 2004, 11:44 AM
Replies: 5
Views: 2,108
Posted By peter_budo
Reading from external data file

Hi
I'm looking for somebody who can help me to understand how to read from external file without "destroing" existing inforamtion inside.

whole staff is based on book example which i'm trying to...
Forum: BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 September 4th, 2004, 04:16 AM
Replies: 2
Views: 11,227
Posted By peter_budo
I always get in troubles with php global...

I always get in troubles with php global variables which are suppose to be read from FORM and posted to server and then displayed on next page. I was thinking that I have same problem as was solved...
Forum: BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 September 3rd, 2004, 04:42 PM
Replies: 0
Views: 1,526
Posted By peter_budo
PHP Troubles[:D]

Please can somebody help me with installation of PHP5?
I already ready all possible manuals for installation but always get in troubles with php global variables. I was thinking that I have same...
Forum: Beginning PHP August 31st, 2004, 12:04 PM
Replies: 0
Views: 2,029
Posted By peter_budo
Step by step installation

Please can somebody help me with installation of PHP5?
I already ready all possible manuals for installation but always get in troubles with php global variables. I was thinking that I have some...
Forum: Beginning PHP August 26th, 2004, 04:57 AM
Replies: 5
Views: 2,010
Posted By peter_budo
I do have similar problem. On beginning I thought...

I do have similar problem. On beginning I thought it is gone be only global variables, but in my case I think is problem with settings. Do any of you have any suggestions?:(

P.T.
Showing results 1 to 14 of 14

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.