הוסטס - פורום אחסון האתרים הגדול בישראל

הוסטס - פורום אחסון האתרים הגדול בישראל (https://hosts.co.il/forums/index.php)
-   פורום תיכנות (https://hosts.co.il/forums/forumdisplay.php?f=14)
-   -   [PHP] 2 שאלות בקשר ל <<<HTML .. (https://hosts.co.il/forums/showthread.php?t=25946)

RS324 09-07-06 04:35

תעשה שניה VIEW SOURCE ותדביק פה בבקשה...

miniature 09-07-06 05:03

HTML קוד:

<html><head><script type="text/css"></script></head><body>sadsaf</body></html>
זה בכלל לא מייבא את הקובץ CSS..

RS324 09-07-06 05:17

תשנה את הפונקציה לדבר הזה ותראה מה הוא נותן לך
אם הוא נותן לך להמשיך או לא..
PHP קוד:

function fetch_css($file)
{
    
$css file_get_contents("$file");
    if (empty(
$css))
    {
        
        die(
'CANT GET CSS FILE, Is IT EXSIT ?');
    }
    return 
str_replace(($vars), eval($vars), $css);



miniature 09-07-06 05:25

תוצאה:
ציטוט:

CANT GET CSS FILE, Is IT EXSIT ?

RS324 09-07-06 05:28

יש לך בכלל קובץ שנקרא css.css ? והוא נמצא באותה תיקייה כמו הסקריפט ?

כי עכשיו זה לא קשור למה שאמרתי לך בכלל

הוא פשוט לא מוצא את הקובץ אז פשוט תבדוק את עצמך.

miniature 09-07-06 05:35

כן, כל הקבצים במקומם.

עריכה:
זה כותב עכשיו:
HTML קוד:

<html><head><script type="text/css">body{
background:url({$path}top_px.gif) top center repeat-x;
}</script></head><body>sadsaf</body></html>


RS324 09-07-06 05:38

יופי כבר התקדמות
בקובץ CSS.CSS
תוריד את ה }{
ותנסה שוב.

miniature 09-07-06 05:40

HTML קוד:

<html><head><script type="text/css">body{
background:url($pathtop_px.gif) top center repeat-x;
}</script></head><body>sadsaf</body></html>


RS324 09-07-06 05:47

מצטער על הבלגאן
יש לי את הפתרון בשבילך

ככה :

PHP קוד:

$csstext fetch_css('css.css'); 

תחליף ב :

PHP קוד:

eval('$csstext =("' fetch_css('css.css') . '");'); 

ואתה הפונקציה תמחק ותשים את זאת

PHP קוד:

function fetch_css($file)
{
    if (!
file_exists($file))
    {
        die(
"Cant Find css : $file");
    }
    else {
        
//file exsit  - readit
    
$css addslashes(file_get_contents($filename));
    return 
str_replace(($vars), eval($vars), $css);

        
    }
    



אין מצב שזה לא עובד !!!

miniature 09-07-06 05:52

HTML קוד:

<html><head><script type="text/css"></script></head><body>sadsaf</body></html>
|דמעות|


כל הזמנים הם GMT +2. הזמן כעת הוא 17:58.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ