Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DaSe
  • Content: Threads
  • Order by date
  1. DaSe

    Cookie doesn't set on the server

    Hello to all. Yesterday I came across an issue where I can't execute a cookie for some reason on the server. It works locally though without no problems. The domain's path is "/tmp" for session_path. Here's the code. Thanks for comments: if (!isset($_COOKIE['TestCookie'])) { $vote_com2 =...
  2. DaSe

    Text under row of images

    Hello guys...Wonder if you could help me with this issue.. So to be concise - I have a 'div' container into which I query a series of video links. The embedded videos are aligned next to each other in the container in rows. There are 3 videos in each row. Now I would like to add text...
  3. DaSe

    Div not allowing to overflow over .swf file

    Hello guys...wonder if you could help me with this: I have 2 divs ( both parent and child allow overflow ) - inside of the child div I have a .swf file centered. The divs resize with browser and when they do they overlap the flash file but the scrollbars don't show. I've been trying various...
  4. DaSe

    Margin Top in IE and FF

    Hello guys at T.T. I've got a small positioning issue. I've created a small text input ( as a search box ). The text input is the standard one. But when trying to position it with margin-top it differs significantly in FF and IE. I've tried using display:inline but to avail - is there an option...
  5. DaSe

    FLV preview in embedded flash file

    Hello guys.... Recently I've been trying to modify parameters of the object tag regarding the preview / buffer - none of those seem to be working. The embedded file works perfectly but shows black screen with a play icon...I know the embedded file might be limited to the user's changes but param...
  6. DaSe

    $_POST returns only last value from an array

    Hello guys... If I may ask you for help regarding checkboxes values..The boxes are names into array but $_POST returns only the last value. Here's the code: in a while loop: $mem_dir_add_pic .= "<a href='see_member.php?id=$user_id'><img src='members/avatar/avatar.jpg' width='41' height='60'...
  7. DaSe

    Getting checkboxes' value from within PHP script

    Hello guys and Phil... Just would like to make sure if I'm doing the thing right and if so - what I am doing wrong then... ( ok not funny..) The problem is: I have an array of added members in a table and I added a checkbox to each member so that the user could delete the member when the...
  8. DaSe

    Smaller 'YouTube' controls

    Hi guys...just a general question regarding scaling down 'YouTube' videos. I know how to make them smaller - but the controls seem to be the same size regardless of the scaling. I mean play / stop button for example. Is there any way they can look smaller when scaled down ? Regards.
  9. DaSe

    Returning rows one by one

    Hi guys... I have something to ask you if you don't mind. A bit of explanation: I have a table with 'friend_id' field and 2 other fields which stores an added user id. This added user id I am trying to match with users id of the 'members' FOLDER into which user keep their jpg photos. It's pretty...
  10. DaSe

    Returning rows one by one

    Hi guys... I have something to ask you if you don't mind. A bit of explanation: I have a table with 'friend_id' field and 2 other fields which stores an added user id. This added user id I am trying to match with users id of the 'members' FOLDER into which user keep their jpg photos. It's pretty...
  11. DaSe

    Flash button still works after enabled = false

    To whom it may concern... ;) Hi...I just try to implement a very easy flash player ( just stop / play buttons ). And when you press play - it plays. The problems is that you can still press 'play' button while the song is playing and it still loads the song making it overlaid with sound.. I...
  12. DaSe

    AS3 Login - no submission

    Hello masters again... This time I really need to refer to your knowledge. Hopefully I'll sort it out. The reason: I am testing a login.php page locally ( the servers are working fine and all the services are fine as well inlcuding proper '$_POST' posting ). I have written a small Flash...
  13. DaSe

    Flash doesn't submit data to mySql

    Hi guys... I have a simple Flash and PHP registration code with database set up locally on 'wamp'.Database works absolutely fine on a local system. However when I try to submit a simple registration from Flash it doesn't send anything at all. Here are 2 files to look at. Any ideas ? Regards...
  14. DaSe

    System Name Change

    Hi guys... Just a question of the name change. I'm using Windows Vista 32 bit without any service packs. Quite a few application demand that you install SP 1 & Service Pack 2 - which is time consuming. How ( and is it possible ) could I change the system edition name to "Windows Vista Service...
  15. DaSe

    How is that so ?

    Hi guys...kinda confused now. I know it's a javascript forum but maybe you're a bit more familiar with the issue. I have embedded simple 3 flash buttons in my site. One of the buttons has link index.php. The link can only be assigned through dreamweaver in edit options, then the buttons have...
  16. DaSe

    Forcing a fixed size from embedding a clip

    Hello guys.... Here I have a piece of code that goes like this: <?php function embedVideo($url){ if(preg_match("#http://(.*)\.youtube\.com/watch\?v=(.*)(&(.*))?#", $url, $matches)){ ?> <object width="300" height="169"> <param name="movie"...
  17. DaSe

    PHP picture layout

    Hello guys ( and Phil ) as usual this month.... Ok - looks like my css skills fail in here after strugling with the layout of the pics. I have this piece of code: $default_pic = "members/0/image01.jpg"; $user_pic = "<img src='$default_pic' width='94px;' height='86' border='1px;' />"...
  18. DaSe

    Duplicate entries in database query

    Hello guys ! Ok , so here I am with a question that I hope won't be too dificult - after a few tries I haven't managed this time to get it fixed only managed to bypass it - but I'm a kinda newbie in php for now. The problem is this: As an example = You have 2 entries in your database: 1.Anne...
  19. DaSe

    Text area doesn't submit through POST

    Hello guys , and again I've stumbled upon a glitch in my code - this time a bit frustrating one: Text area doesn't submit text into database after submission - here's the code: -------- $yourSay= mysql_query("SELECT * FROM `speech` WHERE mem_id='$id' ORDER BY `speakDate` DESC LIMIT 50")...
  20. DaSe

    Unknown session error - a bug ?

    Hi guys, That's quite confusing - I use one of the latest PHP editions and DON'T use session_register() as it's a deprecated function. My register_globals are OFF. My session assigments incode are as follows: while($row=mysql_fetch_array($select)) { extract($row); $id = $row["id"]...

Part and Inventory Search

Back
Top