PHP's archive
undefined function imagecreatefromjpeg()
Call to undefined function imagecreatefromjpeg() in /home/materi/prog/cms_study/admin/pageuploadadd.php on line 88
Yes, that message show up when my friend try to access web based application.
I think thats my fault
Doing preliminary check :
edp# pkg_info | grep php5-gd
edit /etc/make.conf
PERL_VER=5.8.8
PERL_VERSION=5.8.8
WITHOUT_X11=yes
save.
edp# whereis php5-gd
php5-gd: /usr/ports/graphics/php5-gd
edp# cd /usr/ports/graphics/php5-gd && make install
edp# apachectl restart
done.
That message disappear
Create Paging with PHP : Link collection
Soon or later everyone who learn php will face this thing : ‘paging‘
blog, guest book, search result are using paging for displaying data. Make it easy to read and more friendly
some picture of paging implementation :
Good paging code will survive when record in database or file system getting bigger.
many url in internet exist for such [...]
- PHP expert wanted 4 by DreamITSolutions
- PHP expert wanted - 2 by DreamITSolutions
- PHP expert wanted - 1 by DreamITSolutions
- Video Testimonial For Survey Website by etrinity
- 3D project for Milam by bryeva
- thesa-nov-20-7 articles by Gamit
- Christmas Logo by ystrad
- 20 REWRITES A DAY -- ENGLISH NATIVE SPEAKERS by sebaciele
- shimona only-20-nov-7 articles by Gamit
- Web Extraction Software Needed by scottmansell


