does anyone have any idea?
this is a better desc:
http://wiki.developers.facebook.com/ind … les/Slider
Can someone please show me how to use this?
Or at least point out a few examples?
...
Type: Posts; User: mada9369; Keyword(s):
does anyone have any idea?
this is a better desc:
http://wiki.developers.facebook.com/ind … les/Slider
Can someone please show me how to use this?
Or at least point out a few examples?
...
okay. that didnt work. so i must be doing something wrong. im going to send you a copy of the page if that is alright?
i can't post the page. but this is the html part.
<div id="content">
<br /><br />
<form method="post">
<div style="margin-bottom: 10px;">
<div id="question1">
<div class="qquestion">1....
that didnt work =/
I'm trying to make an application on facebook and you cant use body tags! =[
<script>
$(document).ready(function(){
$("input[id="q1"]").click(function(){...
I'm trying to figure out how to make a div slide to the left of the page when a radio is clicked while another div is sliding in from the right at the same time.
is this possible? should i be...
is it possible for JavaScript to show an error on top of the page if there has been an error during a php script?
like telling them that their email and password is wrong, or that you cant sign...
imagejpeg($image_p, null, 100);
imagejpeg($image_p,$dest);
why do you have both? :O
Thanks. PM'ed you.
Still looking. =]
Anyone?!?!
1) Describe Work Request (be as detailed as possible):
I'm starting a new myspace resource website. Currently, I need a website layout so I can start adding content to my pages and such.
I'm...
I don't think that would work.
Because there are different names to the columns.
Im just trying to pull the information so the administrative user will know what it was so they don't have to go...
I'm trying to create a edit form so i can edit my users.
But i use numbers to say what they can do.
1 = yes
0 = no
but when im getting the information
its having both of them checked...
make sure to keep it secure!
mysql_real_escape_string(); around your $_POST[];
;)
its a preset function.
and
make sure that pics is inside the folder like:
public_html/testing/upload.php
public_html/testing/pics/
or it wont work. i used this script for some time a...
could it be the .htaccess file that is causing this?
I'm not sure how long they last.
But if you just add
<?php
session_start();
?>
above everything else on your page, they will keep going.
use $_SESSION['id'];
=D.
i believe that is the same thing, just much safer.
Maybe there is a way to convert
imagecopyresized($thumb, $source, 0, 0, 0, 0, $newwidth, $newheight, $width, $height); into something else besides 1 or 0?
$tmp_name = $_FILES['image'] ['tmp_name'];
$thumb = imagecreatetruecolor($newwidth, $newheight);
$source = imagecreatefrompng($tmp_name);
$image = imagecopyresized($thumb, $source, 0, 0, 0, 0,...
tester url?
That worked perfectly in sending the information!
But when i try to upload an image; it gives errors...
It says that there is something wrong with the getimagesize(); function.
list($width,...
Am i calling to the function wrong?
I cant find another reason why this wouldnt work...
<?php
function getFileExtension($str) {
$i = strrpos($str,".");
ceil();
?
I know that there are functions in php that can resize an image for you; but im question, is it possible to give them a custom url.
by a custom url, i mean;
...
try to install apache.
wait for their icon to come up;
because it has all of the servers available.
and just start it through that
that's what I do