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 =...
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...
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...
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...
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...
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'...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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"...
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;' />"...
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...
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")...
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"]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.