Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is very big.
maybe in some cases there are un-optimal functions, I mean functions that I can improve them to get optimal performance.
Is there a way to know how much time takes to run parts of the code?
Is there any way to know what is the speed of regular-build functions such as: array_rand, copy array.. etc.. ?
How can I know what is the main reason inside the code that slowing my site??
Thanks
Warning: session_start() headers already sent error - Driving me Nuts!
I am trying my sister in laws site and I keep getting an error with my coding. I am more of a designer than coder and I can't figure this out. It is on the following
All possible combinations of String in PL/SQL
Hi All,
Not Loading Function Into Div
I'm not sure whether to put this under the php forum or ajax forum but because I tink it's more of an issue wit the php code itself I decided to put it here. I came across this file from a friend that
C problem struct and string
Hi guys,This is my first post and I'm hoping the experts here can help me solve my problem.- I'm trying to create a linked list in C and the codes look like this:#include "stdio.h"#include
How to write on database when a link is clicked?
Hi,
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a sessionCode: <?phpinclude_once 'Connect.php';if (!is_authed()) { die ('You are not
Displaying image pathname instead of image
HelloIm trying to upload and then display images from a mysql database - Its only basic and i only need one pic per user on the database hence why using mysqlI really need osme help as ive been going
send message to the java application
Oracle 10g with Windows platform.
How to show the difference between two data field in a database with php.
Hello php gurus,how r u all... i'm not so well facing a typical problem please help me...i'm working with php and mysql.my problem is...in a data base have two integer field like parent_id &
Binding 2 UDP sockets on same port, connected to different destinations, 1 receives
Hello,