Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 24 of 24
Search took 0.06 seconds.
Search: Posts Made By: milanello72
Forum: PHP 01-20-2013, 04:50 PM
Replies: 3
Views: 298
Posted By milanello72
I have read the php manual, but I have some...

I have read the php manual, but I have some problems. For exemple in this script from here
http://php.net/manual/en/function.ignore-user-abort.php:

<?php
// Ignore user aborts and allow the...
Forum: PHP 01-20-2013, 01:34 PM
Replies: 3
Views: 298
Posted By milanello72
ignore_user_abort()

Could you give me an example with ignore_user_abort() ?
Thank you!
Forum: MySQL 01-13-2013, 02:54 PM
Replies: 2
Views: 368
Posted By milanello72
The diference between tinyint(4) and tinyint(3)?

1. What is tinyint(4)?
2. Is 4 the number of digits?
3. Could you tell me the diference between tinyint(4) and tinyint(3)?
4. Is it possible to have tinyint(7) ?

Thank u very much!
Forum: PHP 01-09-2013, 06:36 PM
Replies: 5
Views: 281
Posted By milanello72
I know only php! Unfortunately...

I know only php! Unfortunately...
Forum: PHP 01-09-2013, 05:45 PM
Replies: 5
Views: 281
Posted By milanello72
How could I begin OOP?

Hello! I want to learn OOP (object oriented programming) and could you give me some advices? How could I begin?
maybe some web links with interesting examples! Thank you very much!
Forum: PHP 01-04-2013, 08:43 PM
Replies: 8
Views: 413
Posted By milanello72
I found at it works! RewriteRule...

I found at it works!

RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)/([a-zA-Z0-9-.\s]+)/?.html$ index.php?page=
$1&id_team=$2&name=$3 [L,QSA]

I put - in ([a-zA-Z0-9-.\s]+)
Thank u for your messages!
Forum: PHP 01-04-2013, 02:59 PM
Replies: 8
Views: 413
Posted By milanello72
I tried to add "AllowEncodedSlashes On" in the...

I tried to add "AllowEncodedSlashes On" in the .htaccess but it didn't work. Any idea?
Forum: PHP 01-04-2013, 10:49 AM
Replies: 8
Views: 413
Posted By milanello72
I used preg_replace(' ', '-', $name);...

I used

preg_replace(' ', '-', $name); //whitespaces
preg_replace('%20 ', '-', $name); //%20
preg_replace('#\W+#', '-', $name); //description below.
...
Forum: PHP 01-03-2013, 10:47 PM
Replies: 8
Views: 413
Posted By milanello72
thank you for your message! I foun this...

thank you for your message!
I foun this function:

function seoUrl($string) {
//Strip any unwanted characters
$string = preg_replace("/[^A-Za-z0-9_\s-]/", "", $string);...
Forum: PHP 01-03-2013, 09:05 PM
Replies: 8
Views: 413
Posted By milanello72
Problem in displaying a URL with dash

How could I display a URL with dash?
I have

href="/calcioitalia/'.$page.'/'.$id_team.'/'.$name.'.html"


I want to transform calcioitalia/teams/1/Juventus F.C. Torino.html in
...
Forum: PHP 01-03-2013, 12:27 PM
Replies: 1
Views: 258
Posted By milanello72
It works %50 :) I have put: in .htaccess ...

It works %50 :)
I have put:
in .htaccess

RewriteRule ^([a-zA-Z0-9_-]+)/([0-9]+)/([a-zA-Z0-9.\s]+)/?.html$ index.php?pagina=$1&id_squadra=$2&numele=$3 [L,QSA]

and in balariipagination.php
...
Forum: PHP 01-02-2013, 08:19 PM
Replies: 1
Views: 258
Posted By milanello72
Problem with pagination

Hello! Please, excuse me because I will put a big code here, but I hope that you will understand me!
I want to make a pagination and I addapt links for the files.
******************
If I want to...
Forum: Apache configuration 01-02-2013, 10:24 AM
Replies: 2
Views: 873
Posted By milanello72
Thank you! :)

Thank you! :)
Forum: Apache configuration 01-01-2013, 10:08 PM
Replies: 2
Views: 873
Posted By milanello72
A problem with .htaccess and a dynamic menu

Hello again!
I have a dynamic menu like this:
***********
Teams
-juventus id_team=1
-ac milan id_team=2
-napoli id_team=3
..
..
**************
Forum: Apache configuration 01-01-2013, 07:09 PM
Replies: 5
Views: 373
Posted By milanello72
ok

It works, I had a little problem and I solved, thank u very much again! :)
Forum: Apache configuration 01-01-2013, 06:16 PM
Replies: 5
Views: 373
Posted By milanello72
Thank you, it works, you are an AMAZING man, but...

Thank you, it works, you are an AMAZING man, but I still have a problem, I don't understand why is loading only the horizontal menu, but NOT loading the content of the file teams.php ...
Forum: Apache configuration 01-01-2013, 05:47 PM
Replies: 5
Views: 373
Posted By milanello72
Excuse me, becuse I don't have experience to work...

Excuse me, becuse I don't have experience to work with .htaccess , but could you write me the htaccess ? And I want tosolve this problem with teams.php , because AC Milan.htm doesn't exist!
Thank...
Forum: Apache configuration 01-01-2013, 05:19 PM
Replies: 5
Views: 373
Posted By milanello72
Problem with .htaccess

Hello! I have a problem with .htaccess and I will be very happy if you could help me!
In index.php I have

include('horizontalmenu.php')

if ($_GET['page']=='teams' and isset($_GET['name']))
{...
Forum: PHP 03-01-2012, 04:51 PM
Replies: 5
Views: 405
Posted By milanello72
I think that php side not working... It's for the...

I think that php side not working... It's for the first time when I try to work with htaccess and I haven't experience.
Forum: PHP 03-01-2012, 09:59 AM
Replies: 5
Views: 405
Posted By milanello72
Thank you for your message, I tried, but not...

Thank you for your message, I tried, but not working...
Forum: PHP 02-29-2012, 10:48 AM
Replies: 5
Views: 405
Posted By milanello72
How could I make links friendly?

Hello! I want to make the links friendly, but I have some problems. I want to change www.mysite.com/index.php?page=motos in www.mysite.com/motos.html
In .htacces I have written:

Options...
Forum: General web building 02-13-2012, 05:33 PM
Replies: 11
Views: 20,725
Posted By milanello72
I had the same problem, but I solved with this...

I had the same problem, but I solved with this code! Thank you very much firepages ! :)
Thank you kehers, too! :) Because you put this problem! :)
Forum: PHP 02-13-2012, 02:17 PM
Replies: 5
Views: 639
Posted By milanello72
Thank you for you answer, for $loadFile I have...

Thank you for you answer, for $loadFile I have $loadFile = "/home/u433429251/public_html/upload/3/1.jpg";

I remember that I have no problem with that script in Internet Explorer, but it isn't work...
Forum: PHP 02-13-2012, 10:40 AM
Replies: 5
Views: 639
Posted By milanello72
How could I replace file_get_contents ?

Hello! This script works fine in Internet Explorer, but in Mozilla there are some errors: Warning: file_get_contents() : Filename cannot be empty in /home/u433429251/public_html/www.php on line 27
...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT +1. The time now is 10:46 AM.