Announcement
Collapse
No announcement yet.
Search Result
Collapse
22 results in 0.0168 seconds.
Keywords
Members
Tags
-
Diades, I must say you surprised me... At my site I wrote that there isn't any CSS replacement to the cellspacing attribute, and then you're coming with a clever example.. (Here - http://faqs.website...
-
-
I know how to CHMOD and the file was CHMODED just fine with 777 permissions. The problem was I should've used full directory path and not the URL of the file, I don't know exactly why, it should work...
Leave a comment:
-
-
What does this error means?
PHP Code:failed to open stream: HTTP wrapper does not support writeable connections
Happening when i'm trying to write to a file.
-
Okay here we go:
PHP Code:<?php
$file=fopen('bla_data.php', 'r');
$get_filed=fread($file, 10240);
$var=htmlspecialchars($get_filed);
echo $var;
fclose($file);
Leave a comment:
-
Yes, I know, I already did that, let me explain further.
I have a file:
Code:<html> bla bla... <?php echo ""; ?> bla... </html>
Leave a comment:
-
If you read it from a .PHP file it executes just fine.
I thought i'll have a problem with that too, but it's just working smoothly
Any ideas how to solve my problem?
Leave a comment:
-
Ignore PHP When Needed
Hello Everybody.
I have a file, bla.php, which contains both HTML and PHP code which I use to create my pages.
I use 'fopen' and 'fread' to open and read the file, then I print...
-
Oh just one more thing - Where can I edit the $activeusers? Didn't see any template with this name... There is en extra space before the comma:
user1 , user2 , user 3
should...
Leave a comment:
-
Thanks dude! Fixed it!
I sae that > before but I thought it's belong to something else...
Thank you too for your time, I won't forget it.
Leave a comment:
-
Excuse me if I made you think that I'm angry or something, I really thank you, and to get answer some day I wrote the previous message... You're cool man
Leave a comment:
-
No, I've tried it too.
To Spare some time:
-I've tried all the templates that's obvious, that means navbar and all the stuff around it.
-I've made searches in the templates...
Leave a comment:
-
There isn't any navbits template on my vB! Maybe you didn't noticed I mean vB3?
Thanks, Shachar...
Leave a comment:
-
How can I change the $navbits?
Hello,
I'm desiging now a vB 3 beta 5 and I want to change something in the $navbits - I want that between the categories and links instead of the regular > a double arrow will be displayed,...
Leave a comment: